aboutsummaryrefslogtreecommitdiff
path: root/src/include/doer.h
Commit message (Collapse)AuthorAge
* 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
|
* Very important.c2023-12-10
|
* Consistant use of () over {} in Makefile.c2023-12-07
|
* Defined the doer.c2023-12-07