history for: tokeniser/token.go
| commit |
author |
date |
subject |
| 83a80b9 |
Antoni Marzec |
2026-01-28 19:17 |
rename project to qk |
| f07b25f |
Antoni Marzec |
2026-01-25 18:01 |
add arrays (static length and variable length) |
| 3fae026 |
Antoni Marzec |
2026-01-23 14:52 |
add sizeof operator and fix type lookup with pointers |
| 70dd4e4 |
Antoni Marzec |
2025-09-11 14:58 |
change cast to be (expr) as (type) |
| 2857631 |
Antoni Marzec |
2025-09-11 12:31 |
make keywords more structured |
| 6fdd045 |
Antoni Marzec |
2025-09-11 11:25 |
handle primitives in a better way |
| ff8e240 |
Antoni Marzec |
2025-09-11 10:39 |
fuck it, return to go fmt |
| 5e67407 |
Antoni Marzec |
2025-09-01 17:07 |
add given expression |
| 9048037 |
Antoni Marzec |
2025-08-23 22:59 |
begone tabs, i wont listen to you go devs |
| 4cf82e5 |
marzeq |
2025-02-13 22:56 |
add variadics for 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 |
| cf49edf |
marzeq |
2025-02-04 12:08 |
add string literals, and update imports to use them |
| 96c30ee |
marzeq |
2025-02-03 22:03 |
initial commit |