.. |
re
|
eval: Use a more efficient implementation for Struct.
|
2017-09-01 01:07:35 +02:00 |
args_walker.go
|
Use understore in filenames.
|
2017-06-26 19:47:10 +02:00 |
boilerplate.go
|
Parse options in lambda signature.
|
2017-08-05 21:50:44 +02:00 |
boilerplate.py
|
Replace dash with underline in file names(fixup) (#369)
|
2017-06-27 01:46:27 +01:00 |
bool.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
builtin_fn.go
|
Add -is-dir.
|
2017-09-19 00:42:38 +01:00 |
builtin_namespace.go
|
EnvPathList -> EnvList; simplify implementation.
|
2017-09-01 01:07:35 +02:00 |
builtin_special.go
|
Embedded modules -> bundled modules.
|
2017-09-21 02:10:09 +01:00 |
bundle-modules
|
Embedded modules -> bundled modules.
|
2017-09-21 02:10:09 +01:00 |
bundled_modules.go
|
Fix pkgindex URL in epm.elv.
|
2017-09-21 20:05:47 +01:00 |
chdir.go
|
Update $E:PATH when changing directory.
|
2017-06-24 17:52:53 +02:00 |
closure.go
|
Introduce a module map as part of the lexical scope.
|
2017-09-20 13:43:28 +01:00 |
compilation_error.go
|
Use understore in filenames.
|
2017-06-26 19:47:10 +02:00 |
compile_lvalue.go
|
Introduce a module map as part of the lexical scope.
|
2017-09-20 13:43:28 +01:00 |
compile_op.go
|
eval: Implement a short path for pipelines containing one form.
|
2017-09-22 01:27:28 +01:00 |
compile_value.go
|
Module uses are now lexically scoped.
|
2017-09-21 00:10:21 +01:00 |
compiler.go
|
Module uses are now lexically scoped.
|
2017-09-21 00:10:21 +01:00 |
daemon_namespace.go
|
Use understore in filenames.
|
2017-06-26 19:47:10 +02:00 |
editor.go
|
Editor.notify -> .Notify
|
2016-09-11 19:46:49 +02:00 |
env_list.go
|
EnvPathList -> EnvList; simplify implementation.
|
2017-09-01 01:07:35 +02:00 |
epm.elv
|
Fix pkgindex URL in epm.elv.
|
2017-09-21 20:05:47 +01:00 |
eval_test.go
|
Enable importing the same module under different names.
|
2017-09-21 01:52:16 +01:00 |
eval.go
|
Embedded modules -> bundled modules.
|
2017-09-21 02:10:09 +01:00 |
exception.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
external_cmd.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
file.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
glob.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
interrupts.go
|
Check for interrupts before each pipeline and after each chunk.
|
2017-07-08 20:58:07 +01:00 |
list_test.go
|
Fix list slice index check (#359)
|
2017-06-19 12:36:29 +02:00 |
list.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
listlike.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
map.go
|
Add a "dissoc" builtin.
|
2017-09-16 17:48:53 +01:00 |
maplike.go
|
Implement Assoc for several types.
|
2017-09-01 01:07:34 +02:00 |
must.go
|
eval: Replace "muster" with "unwrapper".
|
2017-09-05 01:05:44 +02:00 |
narrow.elv
|
Updates and fixes to narrow.elv (#465)
|
2017-08-13 22:23:33 +01:00 |
pipe.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
port.go
|
Add a blackhole; renames.
|
2016-10-13 23:44:28 +08:00 |
pwd.go
|
eval: Make builtin namespace a field of the Evaler.
|
2017-06-24 18:08:47 +02:00 |
rat.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
readline-binding.elv
|
Fix readline-binding.
|
2017-09-17 23:08:15 +01:00 |
scope.go
|
Add a "uses" component to staticScope as well.
|
2017-09-20 22:50:43 +01:00 |
search.go
|
util.AllExecutables -> EachExecutable; callback instead of channel.
|
2017-02-09 15:57:16 -08:00 |
setup_datadir_test.go
|
Support relative uses.
|
2017-09-21 00:37:17 +01:00 |
shared.go
|
Remove shell and web's dependency on store.
|
2017-06-20 02:35:11 +02:00 |
string.go
|
Implement Assoc for several types.
|
2017-09-01 01:07:34 +02:00 |
struct.go
|
eval: Use a more efficient implementation for Struct.
|
2017-09-01 01:07:35 +02:00 |
unwrap.go
|
eval: Use Unwrapper in more places.
|
2017-09-05 00:15:06 +01:00 |
util.go
|
splice -> explode
|
2016-10-13 14:12:14 +08:00 |
validator.go
|
eval.Fn -> Callable, eval.Iterator -> Iterable
|
2017-02-18 04:45:40 +00:00 |
value_test.go
|
Use persistent hashmap to implement map.
|
2017-09-01 01:07:20 +02:00 |
value.go
|
Add a "dissoc" builtin.
|
2017-09-16 17:48:53 +01:00 |
variable_test.go
|
eval: Test variable.go.
|
2017-06-01 00:12:05 +01:00 |
variable.go
|
Reimplement element assignment using Assoc.
|
2017-09-01 01:07:37 +02:00 |