aboutsummaryrefslogtreecommitdiff
path: root/src/doer.c
Commit message (Collapse)AuthorAge
* Broken.HEADmasterc2024-05-20
|
* Doer things.c2024-04-27
|
* Multiplication may now be possible.c2024-04-20
| | | | It may have been possible before, too.
* One may now add and subtract integers.c2024-04-16
|
* Something happened.c2024-04-16
|
* There's still a use after free somewhere in there.c2024-04-15
|
* Many things.c2024-04-13
|
* Fixed double-free.c2024-03-30
| | | | Was from not clearing parent tree pointers.
* Nested functions and transitivity works.c2024-03-30
| | | | Added a `str_cat` function.
* Doubly-linked the abstract syntax tree.c2024-03-23
|
* Fixed bugs.c2024-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.c2024-03-16
|
* Can now print first defined string variable.c2024-03-16
|
* Introduced mortality.c2024-03-09
|
* One can now load simple variables into memory.c2024-03-04
|
* Doer is.c2024-03-02
|
* Added tests again.c2023-12-13