elvish/eval
2016-07-11 16:48:10 +02:00
..
acme.elv Implement two-way syncing between $env:PATH and $paths. 2016-02-19 02:12:10 +01:00
boilerplate.go Separate boolean return value and exception. 2016-07-08 01:03:34 +02:00
boilerplate.py Separate boolean return value and exception. 2016-07-08 01:03:34 +02:00
builtin_func.go Make ==, != and deepeq use the new predicate protocol. 2016-07-09 19:19:31 +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 Separate boolean return value and exception. 2016-07-08 01:03:34 +02: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 Implement except e. 2016-07-11 16:48:10 +02:00
compile_values_op.go Globbing is now interruptable! 2016-06-28 23:08:15 +02: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 Separate boolean return value and exception. 2016-07-08 01:03:34 +02:00
eval.go Separate boolean return value and exception. 2016-07-08 01:03:34 +02:00
external_cmd.go Add builtin resolve; change Repr of BuiltinFn. 2016-04-05 06:20:18 +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 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
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
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 Add builtin resolve; change Repr of BuiltinFn. 2016-04-05 06:20:18 +02: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 Fix test cases. 2016-04-13 13:16:25 +02:00
value.go eval: Add a HasKey method to Map and Struct. 2016-03-20 16:18:08 +01:00
variable.go Cleanups. 2016-03-30 19:02:20 +02:00