Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get functions and arguments and returning to work fully | ubq323 | 2024-06-25 | 1 | -2/+2 |
* | add local variables and (let) form | ubq323 | 2024-06-24 | 3 | -1/+6 |
* | keep track of stack position while compiling | ubq323 | 2024-06-24 | 2 | -0/+3 |
* | compilation of functions, and some parts of interpreting them | ubq323 | 2024-06-22 | 2 | -0/+4 |
* | refactor compilation of builtin forms | ubq323 | 2024-06-21 | 1 | -1/+1 |
* | optimize mandelbrot | ubq323 | 2024-06-21 | 1 | -2/+2 |
* | mandelbrot | ubq323 | 2024-06-21 | 2 | -0/+52 |
* | print -> puts | ubq323 | 2024-06-21 | 2 | -5/+5 |
* | รพ -> th | ubq323 | 2024-06-21 | 4 | -0/+0 |
* | add tests, and make dumping disasm optional | ubq323 | 2024-06-21 | 8 | -0/+58 |