history for: tokeniser/tokeniser.go
| commit |
author |
date |
subject |
| 1a71dbe |
Antoni Marzec |
2025-09-10 16:39 |
nil literal and export for functions |
| edc50ce |
Antoni Marzec |
2025-09-03 20:13 |
make import statement more function like |
| 5e67407 |
Antoni Marzec |
2025-09-01 17:07 |
add given expression |
| 79de1a9 |
Antoni Marzec |
2025-09-01 16:11 |
make func args immutable again and allow prefixing with var to allow mut |
| 67f1dcb |
Antoni Marzec |
2025-08-31 13:38 |
formatting changes |
| 756cfe9 |
Antoni Marzec |
2025-08-31 13:36 |
remove panics where it was possible |
| 9048037 |
Antoni Marzec |
2025-08-23 22:59 |
begone tabs, i wont listen to you go devs |
| 928b5c0 |
marzeq |
2025-03-03 16:48 |
partial struct support |
| 4cf82e5 |
marzeq |
2025-02-13 22:56 |
add variadics for external function defs |
| 78b72b3 |
marzeq |
2025-02-13 17:55 |
add string literal and external function defs |
| 3c556fd |
marzeq |
2025-02-09 17:38 |
add char literals |
| 8e46789 |
marzeq |
2025-02-08 17:41 |
add codegen for everything the typechecker supports |
| 8e220b4 |
marzeq |
2025-02-04 17:28 |
return merged node after typechecking |
| cf49edf |
marzeq |
2025-02-04 12:08 |
add string literals, and update imports to use them |
| 75179de |
marzeq |
2025-02-04 10:18 |
add boolean literals |
| 96c30ee |
marzeq |
2025-02-03 22:03 |
initial commit |