aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2023-11-19first runnable test programKimplul
+ tests/pointer_literal.ek compiles down to very simple assembly that tasm can assemble and triscv run with correct results. Whopee + Did notice that void return functions should still have implicit return statements added
2023-11-19start working on instruction loweringKimplul
2023-05-19document mainKimplul
2023-05-08start documentation processKimplul
2023-05-01update license stuffKimplul
2023-05-01forgot name change in mainKimplul
2023-04-30rename to ekKimplul
2023-03-25add formatterKimplul
2023-03-23integrate parser workKimplul
2023-03-07initial commitKimplul