aboutsummaryrefslogtreecommitdiff
path: root/neb.py
Commit message (Collapse)AuthorAge
* add support for init.nebmryouse2022-07-22
|
* WIP combine environments correctlymryouse2022-07-20
|
* add env callmryouse2022-07-16
|
* bugfix: completion should ignore parensmryouse2022-07-12
|
* change readline delimiters to just spacesmryouse2022-07-11
|
* implement tab completionmryouse2022-07-11
|
* add REPL commands to files (this should be factored out)mryouse2022-06-30
|
* refactor: break stdlib into several filesmryouse2022-06-21
|
* refactor: make neb a modulemryouse2022-06-18
|
* readline for arrow key supportmryouse2022-06-07
|
* add proper exception handling for filesmryouse2022-06-05
|
* refactor: better error messagesmryouse2022-06-05
|
* allow additional args for (argv)mryouse2022-05-26
|
* bugfix: actually pass the file name to the functionmryouse2022-05-26
|
* combine repl and file runnermryouse2022-05-25
|
* interpreter with some builtinsmryouse2022-05-19
|
* initial commit of file readermryouse2022-05-13