| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Move EnvType interface definition to types.go. Remove Env pointers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Also remove broken make/tests/*.mk tests. Not used any more.
|
|
|
|
|
|
js/web/jqconsole.min.js and web/ansi.css are from
https://github.com/replit/jq-console and licensed MIT.
|
|
|
|
|
|
|
|
Thanks: Wes Brown <wesbrown18@gmail.com>.
|
|
|
|
|
|
|
|
- Changes all collections to be one level of inderection where the top
level is always a hash containing 'meta' and 'val'.
|
|
|
|
|
|
|
|
|
|
|
|
- Fixes to core.pl: concat
- Fixes to types.pl: _symbol_Q, Function apply
|
|
|
|
|
|
- Make all warnings fatal/exceptions.
|
|
- Move string/printing tests to the bottom of tests/step4_if_fn_do
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|