aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fixed broken test.c2024-02-08
| | | | Calls and their arguments are now parsed correctly.
* Fixed some grouping logic, I think.c2024-02-08
|
* Parser now parses blocks and simple calls.c2024-02-03
|
* Macro Hell.c2024-01-28
|
* Fixed buffer-overflow.c2024-01-28
|
* Fixed things.c2024-01-28
| | | | | - Fixed `parser_nxt_token()` assuming the existance of a parser's token. - Fixed block parsing.
* Added string parsing, and tests for more blocks.c2024-01-27
| | | | cool bug on window rn
* Simple parser tests passing :).c2024-01-27
|
* Not sure.c2024-01-22
|
* Tests worked out.c2024-01-06
|
* 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
|
* Consistant use of () over {} in Makefile.c2023-12-07
|
* Defined the doer.c2023-12-07
|
* 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
|
* 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
|
* halk halk halkc+12023-10-29
|
* fixed #include recursionc+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
|
* update examplesc+12023-10-12
|
* fixed source.c, fixed preprocessor mem leaks, implemented new lexerc+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
|
* gs-over-42023-08-29
|
* made a test framework (HLKT) (2)s-over-42023-07-10
|
* made a test framework (HLKT)s-over-42023-07-10
|
* some things with the parser I neeed to do later (moth is still there)s-over-42023-07-09
|