aboutsummaryrefslogtreecommitdiff
path: root/neb/std/repl.py
Commit message (Expand)AuthorAge
* bugfix: :[] return types in stdmryouse2022-08-03
* have builtins return :nil when appropriatemryouse2022-07-29
* cleanup after moving func/def stuff into parsingmryouse2022-07-26
* bugfix: user-funcs and user-symbols to support mfmryouse2022-07-22
* WIP implement multifunc for replmryouse2022-07-20
* WIP make 'howto' print all optionsmryouse2022-07-20
* let 'howto' accept a quoted symbol as wellmryouse2022-07-15
* symbols in the (symbols) func should be quotedmryouse2022-07-15
* add flag to show hidden symbolsmryouse2022-07-14
* implement 'user-funcs'mryouse2022-07-09
* amend all meta functions to include everything (not just locals)mryouse2022-07-09
* rename 'macros' to 'syntax'mryouse2022-07-09
* implement parse-nebmryouse2022-07-08
* (symbols) returns all symbols, not just those in current envmryouse2022-07-08
* implement macros functionmryouse2022-07-07
* refactor: add Macro structure under Callable, which is all coremryouse2022-07-07
* sort symbolsmryouse2022-06-30
* implement funcsmryouse2022-06-26
* add return types to builtinsmryouse2022-06-26
* give builtin functions proper namesmryouse2022-06-22
* bugfix: add Functionmryouse2022-06-21
* refactor: break stdlib into several filesmryouse2022-06-21