aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.l
AgeCommit message (Collapse)Author
2024-08-14test cleanupKimplul
+ Somewhat poor Git hygiene but I also fixed some bugs while I was at it.
2024-04-09simplify ast definitionKimplul
+ Makes it a lot nicer to work with.
2024-02-16reworkKimplul
+ Kind of only a partial commit, but whatever, this history is pretty ugly anyway
2023-11-14make memory tracking more dumbKimplul
2023-11-12start implementing new generics handlingKimplul
+ Still requires a lot of fixes here and there
2023-11-07simplift syntax somewhatKimplul
+ Explicit macro expansion + Still have to simplify AST and type stuff, probably worth rewriting or something
2023-11-01more tweaks to syntaxKimplul
2023-10-31more or less happy with syntaxKimplul
2023-08-15updates to syntaxKimplul
2023-05-08low hanging documentationKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to ekKimplul
2023-03-26start enumsKimplul
2023-03-25initial constant struct stuffKimplul
2023-03-23integrate parser workKimplul