summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* remove ast and peg parserubq3232024-08-061-8/+3
|
* new readerubq3232024-08-041-3/+3
|
* makefile fix?ubq3232024-06-301-0/+2
|
* add cfunc type and rudimentary stdlibubq3232024-06-261-2/+2
|
* parse multiple expressionsubq3232024-06-261-2/+2
|
* get functions and arguments and returning to work fullyubq3232024-06-251-1/+1
|
* refactor error checking and argument parsingubq3232024-06-241-2/+2
|
* compilation of functions, and some parts of interpreting themubq3232024-06-221-2/+2
|
* รพ -> thubq3232024-06-211-4/+4
|
* add tests, and make dumping disasm optionalubq3232024-06-211-2/+5
|
* while loops, comparisons, modulo, fizzbuzzubq3232024-06-211-2/+2
|
* pass State *S everywhereubq3232024-06-201-2/+2
| | | | contains changes from a million years ago that i don't remember much about
* refactor hashtables, and use objstrings for keysubq3232023-08-051-2/+2
| | | | | doesn't yet work without string interning, which will require further refactoring
* move M to its own fileubq3232023-08-041-2/+2
|
* tersifyubq3232023-08-021-7/+7
|
* compilation of basic arithmetic exprs to bytecodeubq3232023-08-011-2/+2
|
* thubq3232023-07-291-3/+3
|
* more codeubq3232023-07-121-3/+3
|
* parsing sexprsubq3232023-07-111-1/+1
|
* new grammar using packccubq3232023-07-101-2/+3
|
* initialubq3232023-07-101-0/+13