elvish/eval
2016-10-14 00:06:03 +08:00
..
acme.elv Implement two-way syncing between $env:PATH and $paths. 2016-02-19 02:12:10 +01:00
boilerplate.go Eval and pass options to forms. 2016-09-14 23:34:10 +02:00
boilerplate.py Eval and pass options to forms. 2016-09-14 23:34:10 +02:00
builtin_modules.bash Implement the use builtin. 2016-02-16 23:15:12 +01:00
builtin_modules.go eval: Fix go:generate line. 2016-02-22 00:06:25 +01:00
builtin_ns.go Use underscores in filenames. 2016-03-06 19:46:38 +01:00
builtin_special.go Store a util.Traceback in util.PosError. 2016-10-13 23:03:17 +08:00
builtin-fn.go Add a blackhole; renames. 2016-10-13 23:44:28 +08:00
closure.go EvalCtx.context -> .name 2016-10-13 21:51:51 +08:00
compile_lvalue_op.go splice -> explode 2016-10-13 14:12:14 +08:00
compile_op.go Add a blackhole; renames. 2016-10-13 23:44:28 +08:00
compile_values_op.go Fix unclosed pipes. 2016-10-13 21:09:37 +08:00
compiler.go Store a util.Traceback in util.PosError. 2016-10-13 23:03:17 +08:00
editor.go Editor.notify -> .Notify 2016-09-11 19:46:49 +02:00
env_path_list.go Expose command history via $le:history. 2016-09-08 18:02:04 +02:00
error.go Remove dead code. 2016-10-13 21:58:59 +08:00
eval_test.go Add tests for builtins. 2016-10-14 00:06:03 +08:00
eval.go Remove unused code. 2016-10-13 23:54:31 +08:00
external_cmd.go Don't let external commands discard channel input. 2016-10-10 18:53:05 +08:00
file.go Add a new file type. 2016-03-18 01:10:37 +01:00
glob.go Globbing is now interruptable! 2016-06-28 23:08:15 +02:00
list.go Expose command history via $le:history. 2016-09-08 18:02:04 +02:00
map.go eval: Add a HasKey method to Map and Struct. 2016-03-20 16:18:08 +01:00
mapstringstring.go Forgot one file. 2016-04-20 01:07:18 +02:00
must.go eval: Teach (*muster).error correct English 2016-02-22 18:23:12 +01:00
opt.go Small reorganization. 2016-09-15 15:30:37 +02: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
search.go Move functionality of edit/search.go to util. 2016-02-21 14:32:13 +01:00
shared.go Support shared variable. 2016-02-26 04:05:47 +01:00
string.go splice -> explode 2016-10-13 14:12:14 +08:00
struct.go eval: Add a HasKey method to Map and Struct. 2016-03-20 16:18:08 +01:00
util.go splice -> explode 2016-10-13 14:12:14 +08:00
validator.go Add missing files 2016-09-07 20:59:10 +02:00
value_test.go Fix test cases. 2016-04-13 13:16:25 +02:00
value.go Don't adapt indexer as fn. 2016-10-13 14:05:36 +08:00
variable.go Remove unused code. 2016-10-13 23:54:31 +08:00