elvish/eval
Qi Xiao f3635715c9 Add a Pipe type.
This fully resolves #10.
2016-03-29 08:44:17 +02: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 Add a Pipe type. 2016-03-29 08:44:17 +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 Teach completers and stylists of external modules. 2016-03-21 00:55:34 +01:00
closure.go Slightly prettier Repr of closure. 2016-03-18 01:03:33 +01:00
compile_lvalue_op.go Teach completers and stylists of external modules. 2016-03-21 00:55:34 +01:00
compile_op.go Add a Pipe type. 2016-03-29 08:44:17 +02:00
compile_values_op.go Export eval.ParseVariable. 2016-03-21 00:35:21 +01:00
compiler.go Export eval.ParseVariable. 2016-03-21 00:35:21 +01:00
env_path_list.go eval: Use callback instead of channel to iterate. 2016-03-20 15:24:25 +01:00
error.go Fix failing tests. 2016-02-21 23:59:44 +01:00
eval_test.go Add a Pipe type. 2016-03-29 08:44:17 +02:00
eval.go eval: Use callback to iterate inputs. 2016-03-21 02:29:55 +01:00
external_cmd.go In ExternalCmd.Call, don't loop forever after input channel gets closed. 2016-03-18 19:07:07 +01:00
file.go Add a new file type. 2016-03-18 01:10:37 +01:00
glob.go Channel outputs are no longer pretty-printed. 2016-03-08 02:23:49 +01:00
list.go eval: Use callback instead of channel to iterate. 2016-03-20 15:24:25 +01:00
map.go eval: Add a HasKey method to Map and Struct. 2016-03-20 16:18:08 +01: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 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 Export eval.ParseVariable. 2016-03-21 00:35:21 +01:00
struct.go eval: Add a HasKey method to Map and Struct. 2016-03-20 16:18:08 +01:00
util.go Teach completers and stylists of external modules. 2016-03-21 00:55:34 +01:00
value_test.go Refine evaler's error reporting. 2016-02-20 00:48:13 +01:00
value.go eval: Add a HasKey method to Map and Struct. 2016-03-20 16:18:08 +01:00
variable.go Syncing from $env:PATH to $paths and ev.searchPaths. 2016-02-18 19:30:08 +01:00