aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Tests worked out.c2024-01-06
|
* Filled in tests for tree_cmp.c2023-12-26
|
* Proper tests.c2023-12-24
|
* Make sure TEST_REPORT is defined.c2023-12-13
|
* Added tests again.c2023-12-13
|
* Very important.c2023-12-10
|
* Something.c2023-12-09
|
* Consistant use of () over {} in Makefile.c2023-12-07
|
* Defined the doer.c2023-12-07
|
* Updated examples.c2023-12-05
|
* LICENSEc2023-12-05
|
* Removed hacked in "testing framework" (HLKT).c2023-12-05
|
* Made AST output look fancy.c2023-12-05
|
* Fixed memory leak -- was planting trees before it was quite sure it needed to.c2023-11-28
|
* Definitions with >1 arguments are now also parsable.c2023-11-28
|
* Not sure. README, I think.c2023-11-27
|
* Definitions with no arguments can now be parsed. Definitions with arguments ↵c2023-11-27
| | | | can also be parser, but they cannot store values.
* Prepare for definition parsing.c2023-11-26
|
* Added functions with multiple arguments.c2023-11-26
|
* Destroying trees.c2023-11-26
|
* Functions with single arguments are possible.c2023-11-25
|
* It is possible to parse strings.c+12023-11-21
|
* Memory leaks alleviated.c+12023-11-21
|
* Basic block, expression, and number parsing.c+12023-11-21
|
* I honestly don't remember. Parser stuff. Probably.c+12023-11-18
|
* Cleaned up.c+12023-11-17
|
* Minor tweaks to clic+12023-11-17
|
* a couple more makefile items.c+12023-11-16
|
* return of the parserc+12023-10-29
|
* halk halk halkc+12023-10-29
|
* ☃☃☃☃ → 🔥c+12023-10-29
|
* fixed #include recursionc+12023-10-29
|
* READMEc+12023-10-29
|
* ASTc+12023-10-29
|
* fixed numbers. Added keywords.c+12023-10-28
|
* halk.c+12023-10-25
|
* invented numbers.c+12023-10-21
|
* c+12023-10-21
|
* Fix Makefilec+12023-10-19
|
* update examplesc+12023-10-12
|
* fixed source.c, fixed preprocessor mem leaks, implemented new lexerc+12023-10-10
|
* updated readmec+12023-10-10
|
* updated readmec+12023-10-10
|
* updated readmec+12023-10-10
|
* redesign the lexer, some mem leaks :(c+12023-10-05
|
* syntax.hc+12023-10-02
|
* emalloc(), ecalloc(), erealloc()c+12023-10-02
|
* lexer not reaching string end?c+12023-09-30
|
* use flag vars for preprocessor statess-over-42023-09-30
|
* preprocessor now preforms basic whitespace removals-over-42023-09-28
|