Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Multiplication may now be possible. | c | 2024-04-20 |
| | | | | It may have been possible before, too. | ||
* | One may now add and subtract integers. | c | 2024-04-16 |
| | |||
* | Something happened. | c | 2024-04-16 |
| | |||
* | There's still a use after free somewhere in there. | c | 2024-04-15 |
| | |||
* | Many things. | c | 2024-04-13 |
| | |||
* | Fixed double-free. | c | 2024-03-30 |
| | | | | Was from not clearing parent tree pointers. | ||
* | Nested functions and transitivity works. | c | 2024-03-30 |
| | | | | Added a `str_cat` function. | ||
* | Doubly-linked the abstract syntax tree. | c | 2024-03-23 |
| | |||
* | Fixed bugs. | c | 2024-03-18 |
| | | | | | Keywords with numbers in them were being read as lints, forgot to add numbers to allowed chars somehow. | ||
* | Can print multiple string variables. | c | 2024-03-16 |
| | |||
* | Can now print first defined string variable. | c | 2024-03-16 |
| | |||
* | Introduced mortality. | c | 2024-03-09 |
| | |||
* | One can now load simple variables into memory. | c | 2024-03-04 |
| | |||
* | Doer is. | c | 2024-03-02 |
| | |||
* | Added tests again. | c | 2023-12-13 |