.. |
re
|
eval/re: Slight improvement.
|
2017-07-16 10:49:34 +01: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 Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
builtin_namespace.go
|
Add a blackhole variable $_.
|
2017-07-12 23:48:37 +01:00 |
builtin_special.go
|
Remove support for $args and positional variables ($0, $1, $2, ...)
|
2017-08-05 21:50:13 +02:00 |
chdir.go
|
Update $E:PATH when changing directory.
|
2017-06-24 17:52:53 +02:00 |
closure.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
compilation_error.go
|
Use understore in filenames.
|
2017-06-26 19:47:10 +02:00 |
compile_lvalue.go
|
Use understore in filenames.
|
2017-06-26 19:47:10 +02:00 |
compile_op.go
|
Add a blackhole variable $_.
|
2017-07-12 23:48:37 +01:00 |
compile_value.go
|
Implement output capture with a more flexible inner function.
|
2017-08-13 00:18:06 +01:00 |
compiler.go
|
eval: Make builtin namespace a field of the Evaler.
|
2017-06-24 18:08:47 +02: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 |
embedded_modules.go
|
Updates and fixes to narrow.elv (#465)
|
2017-08-13 22:23:33 +01:00 |
env_path_list.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
eval_test.go
|
eval: Improve readability of eval_test.go.
|
2017-08-14 23:57:36 +01:00 |
eval.go
|
Use eval.PCaptureOutputInner to capture arg completer output.
|
2017-08-13 00:27:04 +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 |
gen-embedded-modules
|
Remove embedded: from embedded namespace. Remove "acme:".
|
2017-07-03 21:33:43 +01: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 Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
maplike.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
must.go
|
eval: Teach (*muster).error correct English
|
2016-02-22 18:23:12 +01: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
|
Move binding tables to separate modules.
|
2017-07-14 00:08:32 +01:00 |
search.go
|
util.AllExecutables -> EachExecutable; callback instead of channel.
|
2017-02-09 15:57:16 -08:00 |
shared.go
|
Remove shell and web's dependency on store.
|
2017-06-20 02:35:11 +02:00 |
string.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
struct.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02: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 list as the underlying data structure for lists.
|
2017-06-14 01:46:19 +01:00 |
value.go
|
Add Hash to Value interface.
|
2017-08-30 20:52:27 +02:00 |
variable_test.go
|
eval: Test variable.go.
|
2017-06-01 00:12:05 +01:00 |
variable.go
|
Add a blackhole variable $_.
|
2017-07-12 23:48:37 +01:00 |