Commit Graph

9 Commits

Author SHA1 Message Date
Lucàs b493c77d70 feat: Add boolean literal and comparable binary operators 2024-07-09 17:13:51 +02:00
Lucàs 332dd73f15 Feat: Add Character, String and float literals 2024-07-09 16:57:13 +02:00
Lucàs 2e76ccf9fc refactor: Syntax with unit tests 2024-07-08 16:44:42 +02:00
Lucàs 6df363c78d fix: Handle escaped char 2024-07-05 01:35:03 +02:00
Lucàs d81b96779a feat: Add typecheck to the AST 2024-07-05 00:06:32 +02:00
Lucàs 0a42fbe3dc refactor: Use analyzer to parse rawtext into ast 2024-07-04 00:41:32 +02:00
Lucàs 6cbfb1c6a6 feat: Support file as argument and better error message 2024-07-03 17:05:54 +02:00
Lucàs 072e062925 refactor: Edit type name for consistency 2024-07-03 11:11:24 +02:00
Lucàs 9d3fa71e34 feat: support variable declaration statement 2024-07-03 00:18:17 +02:00