elvish/eval
2016-10-10 00:55:52 +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 In "use", make namespace before evaluating source. 2016-10-09 22:52:02 +08:00
builtin-fn.go The == builtin now requires at least 2 arguments. 2016-10-09 22:20:57 +08:00
closure.go Expose options as $opts in closures. 2016-09-15 00:00:52 +02:00
compile_lvalue_op.go Get rid of (*EvalCtx).errorf. 2016-10-08 18:56:56 +08:00
compile_op.go Get rid of (*EvalCtx).errorf. 2016-10-08 18:56:56 +08:00
compile_values_op.go Get rid of (*EvalCtx).errorf. 2016-10-08 18:56:56 +08:00
compiler.go Fix the completion for "$@". 2016-09-15 13:33:16 +02: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 Include command names when reporting non-zero exit status of external commands. 2016-07-25 17:50:19 +02:00
eval_test.go The println builtin is now called echo. 2016-09-22 12:24:00 +02:00
eval.go Remove auto-use'ing. 2016-10-10 00:55:52 +08:00
external_cmd.go Eval and pass options to forms. 2016-09-14 23:34:10 +02: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 edit: Add a Prompt interface, going to support customizable prompt. 2016-02-23 13:08:41 +01: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 Fix the completion for "$@". 2016-09-15 13:33:16 +02:00
struct.go eval: Add a HasKey method to Map and Struct. 2016-03-20 16:18:08 +01:00
util.go Small reorganization. 2016-09-15 15:30:37 +02: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 Eval and pass options to forms. 2016-09-14 23:34:10 +02:00
variable.go Add eval.Make{,Ro}VariableFromCallback. 2016-09-11 03:18:04 +02:00