|
|
8dc0a6bf12
|
Parse function calls
|
2026-04-10 18:30:29 +03:00 |
|
|
|
97745ffbb0
|
Parse if-statements
|
2026-04-10 17:39:38 +03:00 |
|
|
|
f59b5db29b
|
Parse and process function parameters
|
2026-04-10 17:25:01 +03:00 |
|
|
|
7d4190d9a1
|
Parse new binops
|
2026-04-10 17:13:14 +03:00 |
|
|
|
d69e2c0929
|
Move binop to types
|
2026-04-10 16:58:27 +03:00 |
|
|
|
ea9bb1fcb9
|
Move types to it's own file
|
2026-04-09 18:38:22 +03:00 |
|
|
|
ed51ee61ed
|
Fix parsing of expression statements
|
2026-04-09 17:55:09 +03:00 |
|
|
|
8e2bc3a7f7
|
Add addition binop
|
2026-04-09 17:52:11 +03:00 |
|
|
|
78816dff10
|
Parse binary operators
|
2026-04-09 17:14:58 +03:00 |
|
|
|
4d307d0eb9
|
Add expression statements
|
2026-04-09 16:31:47 +03:00 |
|
|
|
48feebc714
|
Add parse_initialization_statement
|
2026-04-09 16:24:11 +03:00 |
|
|
|
89db646873
|
Allow loading stack values
|
2026-04-09 16:02:34 +03:00 |
|
|
|
cf94296877
|
Codegen initial alloca and store
|
2026-04-09 15:37:51 +03:00 |
|
|
|
db60335507
|
Parse initialization statement
|
2026-04-09 15:28:39 +03:00 |
|
|
|
bdcd8838ee
|
Fix parsing of functions
|
2026-04-02 17:21:20 +03:00 |
|
|
|
74a3914fdf
|
Actually parse int expression from the string
|
2026-04-02 16:18:22 +03:00 |
|
|
|
ab406df610
|
Fix passing around results
|
2026-04-02 16:09:42 +03:00 |
|
|
|
e19349beb6
|
Actually parse statements with a loop
|
2026-04-02 15:44:33 +03:00 |
|
|
|
8520404fb1
|
Parse function somewhat correctly
|
2026-04-02 15:36:48 +03:00 |
|
|
|
31c697a097
|
Use unique_ptrs everywhere again
|
2026-04-02 01:41:39 +03:00 |
|
|
|
04a6ec1ded
|
Start adding AST and Result
|
2026-04-02 00:31:19 +03:00 |
|