elvish/eval
Qi Xiao 92fb6e5161 Support shared variable.
This fixes #15. Only string is supported ATM.
2016-02-26 04:05:47 +01:00
..
acme.elv Implement two-way syncing between $env:PATH and $paths. 2016-02-19 02:12:10 +01:00
boilerplate.go Support variadic assignment. 2016-02-26 01:10:16 +01:00
boilerplate.py Support variadic assignment. 2016-02-26 01:10:16 +01:00
builtin_func.go New builtin "tilde-abbr". 2016-02-23 13:29:10 +01: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_special.go Support variadic assignment. 2016-02-26 01:10:16 +01:00
closure.go Implement rest arg for function. 2016-02-26 01:54:27 +01:00
compileLValuesOp.go Support variadic assignment. 2016-02-26 01:10:16 +01:00
compileOp.go Support variadic assignment. 2016-02-26 01:10:16 +01:00
compiler.go Refine evaler's error reporting. 2016-02-20 00:48:13 +01:00
compileValuesOp.go Implement rest arg for function. 2016-02-26 01:54:27 +01:00
envPathList.go Lock EnvPathList correctly. This fixes #146. 2016-02-20 22:25:26 +01:00
error.go Fix failing tests. 2016-02-21 23:59:44 +01:00
eval_test.go Implement rest arg for function. 2016-02-26 01:54:27 +01:00
eval.go Support shared variable. 2016-02-26 04:05:47 +01:00
externalcmd.go Only use stub when it is alive. 2016-02-23 12:33:32 +01:00
glob.go Implement an "all" modifier for wildcards; fix tests. 2016-02-23 02:45:35 +01:00
list.go Add a newline before the final ] when pretty-printing lists and maps. 2016-02-25 00:35:47 +01:00
map.go Slightly simplify Repr. 2016-02-19 20:31:54 +01:00
must.go eval: Teach (*muster).error correct English 2016-02-22 18:23:12 +01: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 Slightly simplify Repr. 2016-02-19 20:31:54 +01:00
struct.go Slightly simplify Repr. 2016-02-19 20:31:54 +01:00
util.go Refine evaler's error reporting. 2016-02-20 00:48:13 +01:00
value_test.go Refine evaler's error reporting. 2016-02-20 00:48:13 +01:00
value.go Refine evaler's error reporting. 2016-02-20 00:48:13 +01:00
variable.go Syncing from $env:PATH to $paths and ev.searchPaths. 2016-02-18 19:30:08 +01:00