elvish/eval
2017-06-01 00:12:05 +01:00
..
acme.elv Implement two-way syncing between $env:PATH and $paths. 2016-02-19 02:12:10 +01:00
args-walker.go Enforce blocks in control forms to be lambdas. Make except-var optional. 2017-02-18 05:27:07 +00:00
boilerplate.go PredCapture -> ExceptionCapture 2017-02-18 04:43:27 +00:00
boilerplate.py Set compiler position info in autogenerated boilerplate. 2017-02-04 15:13:31 -08:00
builtin-fn.go Make golint slightly happier. 2017-05-21 23:54:04 +01:00
builtin-namespace.go File renames, preferring dashes. 2017-02-03 20:53:22 -08:00
builtin-special.go edit: Breaking up pieces. 2017-05-30 00:08:24 +01:00
closure.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
compilation-error.go Make util.Pprinter take an indent string. 2017-01-29 18:20:35 +00:00
compile-lvalue.go Make golint slightly happier. 2017-05-21 23:54:04 +01:00
compile-op.go eval: Don't panic when compiling assignment with bad LHS. 2017-05-23 05:19:41 +01:00
compile-value.go Make golint slightly happier. 2017-05-21 23:54:04 +01:00
compiler.go Use specific error types for parse, compile and eval. 2017-01-28 14:39:52 +00:00
editor.go Editor.notify -> .Notify 2016-09-11 19:46:49 +02:00
embedded-modules.go Fix bundled readline-binding.elv (editor builtin renames). 2017-05-24 22:29:42 +01:00
env-path-list.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
eval_test.go Fix test. 2017-04-09 01:43:37 +02:00
eval.go eval: Let Evaler eval with custom ports. 2017-05-29 16:25:41 +01:00
exception.go Fix misspellings. 2017-05-21 23:57:57 +01:00
external-cmd.go File renames, preferring dashes. 2017-02-03 20:53:22 -08:00
file.go Add a new file type. 2016-03-18 01:10:37 +01:00
gen-embedded-modules eval: In gen-embedded-module, handle backtick correctly. 2017-05-28 16:10:30 +01:00
glob.go Make golint slightly happier. 2017-05-21 23:54:04 +01:00
list.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
map.go Add eval.IterateKeyer and make it part of MapLike. 2017-02-12 23:53:49 -05:00
mapstringstring.go Add eval.IterateKeyer and make it part of MapLike. 2017-02-12 23:53:49 -05:00
must.go eval: Teach (*muster).error correct English 2016-02-22 18:23:12 +01:00
pipe.go Add a Pipe type. 2016-03-29 08:44:17 +02:00
port.go Add a blackhole; renames. 2016-10-13 23:44:28 +08:00
pwd.go Add $pwd. 2016-02-21 12:58:20 +01:00
readline-binding.elv Fix bundled readline-binding.elv (editor builtin renames). 2017-05-24 22:29:42 +01:00
search.go util.AllExecutables -> EachExecutable; callback instead of channel. 2017-02-09 15:57:16 -08:00
shared.go Support shared variable. 2016-02-26 04:05:47 +01:00
string.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
struct.go Implement (*eval.Struct).IterateKey correctly. 2017-02-13 00:16:12 -05:00
util.go splice -> explode 2016-10-13 14:12:14 +08:00
validator.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
value_test.go Fix representation of Exception. 2017-03-07 01:08:37 +00:00
value.go Make golint slightly happier. 2017-05-21 23:54:04 +01:00
variable_test.go eval: Test variable.go. 2017-06-01 00:12:05 +01:00
variable.go eval: Test variable.go. 2017-06-01 00:12:05 +01:00