aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* rewrite of lexer, using a measured approachmryouse2022-05-18
|
* progressmryouse2022-05-14
|
* shell commands throw exception when they failmryouse2022-05-13
|
* return nil (empty list) if there's nothing else to returnmryouse2022-05-13
|
* have arithmetic functions take many numbersmryouse2022-05-13
|
* initial commit of 'many'mryouse2022-05-13
|
* progress and todo 5/12mryouse2022-05-13
|
* update shell commands to return listmryouse2022-05-13
|
* add a shell-pipe commandmryouse2022-05-13
|
* bugfix: Expressions are automatically evaluated (this is a type problem)mryouse2022-05-13
|
* type conversion ->string functionsmryouse2022-05-13
|
* initial commit of file readermryouse2022-05-13
|
* maybe listsmryouse2022-05-13
|
* lists? not sure if they fully work, but somewhatmryouse2022-05-13
|
* more ideasmryouse2022-05-12
|
* progress 5/11mryouse2022-05-12
|
* if with no elsemryouse2022-05-12
|
* if returns literalsmryouse2022-05-12
|
* remove errant print()mryouse2022-05-12
|
* print lexed items nicermryouse2022-05-12
|
* native type compare methodsmryouse2022-05-12
|
* bugfix: pass through Anymryouse2022-05-12
|
* type compare and Any typemryouse2022-05-12
|
* refactor types using inheritancemryouse2022-05-12
|
* merge TODO into README, updatemryouse2022-05-11
|
* checking things offmryouse2022-05-11
|
* basic flow control!mryouse2022-05-11
|
* make parser printing prettiermryouse2022-05-11
|
* refactor: only evaluate expressions as neededmryouse2022-05-11
|
* start enhancing typesmryouse2022-05-11
|
* more available punctuation for symbolsmryouse2022-05-10
|
* bugfix: sys.exit should take value, not objectmryouse2022-05-10
|
* cheeky repl headermryouse2022-05-10
|
* add debug togglemryouse2022-05-10
|
* update README with some progressmryouse2022-05-10
|
* add a todo listmryouse2022-05-10
|
* make the literals print nicelymryouse2022-05-10
|
* nested expressions!mryouse2022-05-10
|
* subtract and multiplymryouse2022-05-10
|
* gitignore pycachemryouse2022-05-10
|
* add '+' functions, fix lexer so they're not numericmryouse2022-05-10
|
* refactor: std to own file, implement 'exit', multiple sigsmryouse2022-05-10
|
* initial commitmryouse2022-05-10