.. |
bundled
|
Clean up and allow tilde in rsync's location
|
2018-01-24 23:54:52 +00:00 |
daemon
|
eval/vartypes: Remove Variable from type names.
|
2018-01-04 23:01:49 +00:00 |
re
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
types
|
eval/types: Add functional interface Iterate.
|
2018-01-25 22:50:42 +00:00 |
vartypes
|
eval/types: Provide function interfaces Len, Assoc and Index.
|
2018-01-25 22:50:41 +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: Move List to eval/types.
|
2017-12-31 21:01:21 +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: New "external" builtin.
|
2018-01-02 23:26:28 +00:00 |
builtin_fn_container_test.go
|
eval: Strings are no longer callable.
|
2018-01-01 16:04:20 +00:00 |
builtin_fn_container.go
|
eval/types: Add functional interface Iterate.
|
2018-01-25 22:50:42 +00: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: Move String to eval/types.
|
2018-01-02 01:34:09 +00:00 |
builtin_fn_fs_test.go
|
eval: Make RunTests more general.
|
2017-12-23 03:16:58 +01:00 |
builtin_fn_fs.go
|
eval/types: De-export Struct fields.
|
2018-01-03 00:43:27 +00:00 |
builtin_fn_io_test.go
|
eval: Move String to eval/types.
|
2018-01-02 01:34:09 +00:00 |
builtin_fn_io.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +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: Move String to eval/types.
|
2018-01-02 01:34:09 +00:00 |
builtin_fn_str_test.go
|
eval: Make RunTests more general.
|
2017-12-23 03:16:58 +01:00 |
builtin_fn_str.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
builtin_fn_test.go
|
More tests.
|
2017-12-23 16:33:11 +00:00 |
builtin_fn.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
builtin_ns.go
|
eval/vartypes: Remove Variable from type names.
|
2018-01-04 23:01:49 +00:00 |
builtin_special_test.go
|
Support deleting elements with "del".
|
2018-01-11 01:25:53 +00:00 |
builtin_special.go
|
eval/types: Add functional interface Iterate.
|
2018-01-25 22:50:42 +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: Redefine Callable to return an error.
|
2018-01-21 11:05:36 +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: LValuesOpFunc -> LValuesOpBody, now an interface.
|
2018-01-21 12:51:48 +00:00 |
compile_op_test.go
|
eval: Make RunTests more general.
|
2017-12-23 03:16:58 +01:00 |
compile_op.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
compile_value_test.go
|
Remove MultiIndexer.
|
2018-01-20 23:35:47 +00:00 |
compile_value.go
|
eval/types: Add functional interface Iterate.
|
2018-01-25 22:50:42 +00:00 |
compiler.go
|
eval: Remove shared variables.
|
2018-01-21 11:22:22 +00:00 |
conversion.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
editor.go
|
Editor.notify -> .Notify
|
2016-09-11 19:46:49 +02:00 |
env_list.go
|
eval/types: Add functional interface Iterate.
|
2018-01-25 22:50:42 +00:00 |
eval_test.go
|
eval: OpFunc -> OpBody, now an interface.
|
2018-01-21 12:51:50 +00:00 |
eval.go
|
Command arguments in $args.
|
2018-01-09 01:12:44 +01:00 |
evaler_ports_test.go
|
eval: Move String to eval/types.
|
2018-01-02 01:34:09 +00:00 |
evaler_ports.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
exception_test.go
|
More tests.
|
2017-12-23 16:33:11 +00:00 |
exception.go
|
eval: Move Value interfaces to eval/types.
|
2017-12-31 20:31:45 +00:00 |
external_cmd.go
|
eval: Redefine Callable to return an error.
|
2018-01-21 11:05:36 +00:00 |
frame.go
|
eval: OpFunc -> OpBody, now an interface.
|
2018-01-21 12:51:50 +00:00 |
glob.go
|
Remove MultiIndexer.
|
2018-01-20 23:35:47 +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 |
names.go
|
eval: Remove shared variables.
|
2018-01-21 11:22:22 +00:00 |
ns_test.go
|
Merge module imports into the main namespace.
|
2017-12-23 23:51:32 +00:00 |
ns.go
|
eval: Move Variable-related types to eval/vartypes.
|
2018-01-03 01:13:51 +00:00 |
port.go
|
eval: Move Value interfaces to eval/types.
|
2017-12-31 20:31:45 +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: Add a Source type for exposing source info.
|
2018-01-05 04:07:11 +00:00 |
pwd.go
|
eval/vartypes: Don't throw, return error.
|
2018-01-03 02:04:14 +00:00 |
resolve.go
|
eval: Move String to eval/types.
|
2018-01-02 01:34:09 +00:00 |
scan_test.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
scan.go
|
eval/types: Add functional interface Iterate.
|
2018-01-25 22:50:42 +00:00 |
source.go
|
Name shift: IndexOneer -> Indexer -> MultiIndexer
|
2018-01-20 23:14:34 +00:00 |
testmain_test.go
|
eval/re: Add test case.
|
2017-12-23 03:23:25 +01:00 |
testutils.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
unwrap.go
|
eval/types: Add functional interface Iterate.
|
2018-01-25 22:50:42 +00:00 |
util.go
|
eval: Move Value interfaces to eval/types.
|
2017-12-31 20:31:45 +00:00 |
validator.go
|
eval: Move most validators to eval/vartypes.
|
2018-01-03 01:31:17 +00:00 |
value_test.go
|
Make Value an empty interface.
|
2018-01-25 22:50:41 +00:00 |
value.go
|
Fix for API change of github.com/xiaq/persistent.
|
2018-01-25 22:50:41 +00:00 |