elvish/eval
2018-02-15 13:25:17 +00:00
..
bundled edit: Further decouple history and histlist mode from editor. 2018-02-15 08:42:07 +00:00
daemon eval/vartypes -> eval/vars. 2018-02-15 08:59:49 +00:00
re edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
str eval: Rehaul helper methods of Ns. 2018-02-06 11:39:40 -08:00
vals eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
vars eval: Move ptr-backed variable type to eval/vars. 2018-02-15 09:26:30 +00:00
args_walker.go eval: Small cleanup. 2017-12-31 17:54:26 +00:00
boilerplate.go eval: ValuesOpFunc -> ValuesOpBody, now an interface. 2018-01-21 13:20:06 +00:00
boilerplate.py Replace dash with underline in file names(fixup) (#369) 2017-06-27 01:46:27 +01:00
builtin_fn_cmd_test.go eval: Make RunTests more general. 2017-12-23 03:16:58 +01:00
builtin_fn_cmd_unix.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
builtin_fn_cmd_windows.go eval: Move Value interfaces to eval/types. 2017-12-31 20:31:45 +00:00
builtin_fn_cmd.go eval: Rehaul helper methods of Ns. 2018-02-06 11:39:40 -08:00
builtin_fn_container_test.go eval: The "ns" builtin now takes a map argument. 2018-02-02 22:10:10 -08:00
builtin_fn_container.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
builtin_fn_debug.go eval: Rehaul helper methods of Ns. 2018-02-06 11:39:40 -08:00
builtin_fn_flow_test.go eval: Strings are no longer callable. 2018-01-01 16:04:20 +00:00
builtin_fn_flow.go eval: Rehaul helper methods of Ns. 2018-02-06 11:39:40 -08:00
builtin_fn_fs_test.go Fix Windows CI. 2018-02-03 18:51:35 -08:00
builtin_fn_fs.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
builtin_fn_io_test.go eval: Remove ScanOpt. 2018-02-15 12:57:22 +00:00
builtin_fn_io.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
builtin_fn_misc.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
builtin_fn_num_test.go eval: Make RunTests more general. 2017-12-23 03:16:58 +01:00
builtin_fn_num.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
builtin_fn_pred_test.go eval: Move predicate builtins into separate file. 2018-01-31 08:46:49 -08:00
builtin_fn_pred.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
builtin_fn_str_test.go eval: Make RunTests more general. 2017-12-23 03:16:58 +01:00
builtin_fn_str.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
builtin_fn_test.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
builtin_fn.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
builtin_ns.go eval/vartypes -> eval/vars. 2018-02-15 08:59:49 +00:00
builtin_special_test.go Resolve nested modules recursively. 2018-02-01 23:43:54 -08:00
builtin_special.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
chdir_test.go eval: Test error handling of Chdir. 2017-12-22 23:23:52 +00:00
chdir.go eval: NewEvaler now requires no arg. 2017-12-23 00:07:12 +00:00
closure_test.go eval: Remove implicit $opt, and add error on unknown option. 2018-01-14 16:48:31 +01:00
closure.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
compilation_error.go Always pprint parse and compilation errors compactly. 2017-12-23 23:57:34 +00:00
compile_lvalue_test.go Fix element assignment of upvalues. 2018-01-15 12:31:29 +01:00
compile_lvalue.go eval: Move ptr-backed variable type to eval/vars. 2018-02-15 09:26:30 +00:00
compile_op_test.go eval: Make RunTests more general. 2017-12-23 03:16:58 +01:00
compile_op.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
compile_value_test.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
compile_value.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
compiler.go Remove remains of number variables ($1, $2, ...) 2018-02-09 11:11:38 -08:00
editor.go edit: (*Editor).Notify now also works when editor is inactive. 2018-02-06 17:07:02 -08:00
env_list.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
eval_test.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
eval.go eval: Move ptr-backed variable type to eval/vars. 2018-02-15 09:26:30 +00:00
evaler_ports_test.go Get rid of types.String. 2018-01-25 22:50:42 +00:00
evaler_ports.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
exception_test.go More tests. 2017-12-23 16:33:11 +00:00
exception.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
external_cmd.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
frame.go eval/types: Remove the Value type. 2018-01-29 17:39:41 +00:00
glob.go eval: Move ptr-backed variable type to eval/vars. 2018-02-15 09:26:30 +00:00
interrupts.go eval: Change OpFunc to return error. 2018-01-21 00:26:57 +00:00
must.go eval: Replace "muster" with "unwrapper". 2017-09-05 01:05:44 +02:00
ns_test.go eval: The "ns" builtin now takes a map argument. 2018-02-02 22:10:10 -08:00
ns.go eval: Move ptr-backed variable type to eval/vars. 2018-02-15 09:26:30 +00:00
port.go eval/types: Remove the Value type. 2018-01-29 17:39:41 +00:00
process_unix.go Use build tags in a more compact way. 2017-12-08 00:45:10 +00:00
process_windows.go eval: Use os.StartProcess; this package now builds on Windows! 2017-12-03 22:07:10 +01:00
purely_eval.go eval/types: Remove the Value type. 2018-01-29 17:39:41 +00:00
pwd.go eval/vartypes -> eval/vars. 2018-02-15 08:59:49 +00:00
raw_options_test.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
raw_options.go edit: Clean option scanning code, and add test. 2018-02-15 13:25:17 +00:00
resolve_test.go Resolve nested modules recursively. 2018-02-01 23:43:54 -08:00
resolve.go eval/vartypes -> eval/vars. 2018-02-15 08:59:49 +00:00
source.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
testmain_test.go eval/re: Add test case. 2017-12-23 03:23:25 +01:00
testutils.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
unwrap.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
util.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
value_test.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
value.go eval/types -> eval/vals. 2018-02-15 09:14:05 +00:00
variable_ref.go Parse trailing ":" in variable as part of name. 2018-01-29 18:29:06 +00:00