elvish/eval
2017-06-19 23:44:44 +02:00
..
acme.elv
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 Some golint fixes. 2017-06-11 00:04:53 +01:00
builtin-namespace.go File renames, preferring dashes. 2017-02-03 20:53:22 -08:00
builtin-special.go Document builtin special forms. 2017-06-19 12:59:19 +02:00
closure.go Use persistent list as the underlying data structure for lists. 2017-06-14 01:46:19 +01:00
compilation-error.go Some golint fixes. 2017-06-11 00:04:53 +01:00
compile-lvalue.go Some golint fixes. 2017-06-11 00:04:53 +01:00
compile-op.go Some golint fixes. 2017-06-11 00:04:53 +01:00
compile-value.go Use persistent list as the underlying data structure for lists. 2017-06-14 01:46:19 +01:00
compiler.go Use specific error types for parse, compile and eval. 2017-01-28 14:39:52 +00:00
daemon-namespace.go Reorganize daemon client. 2017-06-19 23:44:44 +02:00
editor.go Editor.notify -> .Notify 2016-09-11 19:46:49 +02:00
embedded-modules.go Fix crash when display invalid history (#360) 2017-06-18 17:03:32 +02:00
env-path-list.go Use persistent list as the underlying data structure for lists. 2017-06-14 01:46:19 +01:00
eval_test.go Kill outdated daemon on startup. 2017-06-19 22:10:23 +02:00
eval.go Reorganize daemon client. 2017-06-19 23:44:44 +02: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
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 Use persistent list as the underlying data structure for lists. 2017-06-14 01:46:19 +01: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
pipe.go
port.go Add a blackhole; renames. 2016-10-13 23:44:28 +08:00
pwd.go
readline-binding.elv Fix crash when display invalid history (#360) 2017-06-18 17:03:32 +02:00
search.go util.AllExecutables -> EachExecutable; callback instead of channel. 2017-02-09 15:57:16 -08:00
shared.go
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 Use persistent list as the underlying data structure for lists. 2017-06-14 01:46:19 +01:00
value.go Use persistent list as the underlying data structure for lists. 2017-06-14 01:46:19 +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