history for: codegen/codegen.go

commit author date subject
1be10a7 Antoni Marzec 2025-08-31 14:07 fix errors
a51335c Antoni Marzec 2025-08-30 21:07 redo how nodes are defined to be more stable
f2fc6aa Antoni Marzec 2025-08-29 20:33 finish pointer implementation for primitives
9048037 Antoni Marzec 2025-08-23 22:59 begone tabs, i wont listen to you go devs
e0dd207 marzeq 2025-05-27 12:05 fix for loop setups
d36252c marzeq 2025-03-10 12:23 use stack for variables
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
22f21e1 marzeq 2025-02-08 20:55 fix case where as generation fails when last statement is function and it alwaysReturns
8a8928a marzeq 2025-02-08 18:15 add temporary _print function
8e46789 marzeq 2025-02-08 17:41 add codegen for everything the typechecker supports