132 Commits (master)

Author SHA1 Message Date
Garrit Franke 628ac67089 Fix parsing of complex compound expressions 3 years ago
Garrit Franke e22f5647c6 Add math operations 3 years ago
Garrit Franke a593bba4d7 Remove uneeded compount statement 3 years ago
Garrit Franke 002d69af49 Fix return with expression 3 years ago
Garrit Franke 213924bc3d Tokenize Comma 3 years ago
Garrit Franke 8186b0c56e Add function arguments 3 years ago
Garrit Franke 1514eee549 Add function arguments 3 years ago
Garrit Franke 24d20784b2 Fix infinite loop when parsing strings 3 years ago
Garrit Franke fd2e2e58be Print result of main for js target 3 years ago
Garrit Franke 2c47d9d575 Refactor x86 generator 3 years ago
Garrit Franke c250d98c31 Implement return generation 3 years ago
Garrit Franke 5253ced2af Fix warnings 3 years ago
Garrit Franke 90207296b1 Add JS generator 3 years ago
Garrit Franke e31446ac51 Generate assembly 3 years ago
Garrit Franke 9301d21824 Add x86 generator scaffolding 3 years ago
Garrit Franke 193ea74aa2 Allow empty returns 3 years ago
Garrit Franke 565b0bd9f6 Add token positions 3 years ago
Garrit Franke b0fe2b0474 Add token positions 3 years ago
Garrit Franke 85edec21dd Add multiple functions test 3 years ago
Garrit Franke 55653ff0f3 Add parser tests 3 years ago
Garrit Franke 2b30ee50b2 Fix example filename 3 years ago
Garrit Franke 7ca96f9a43 Add strings 3 years ago
Garrit Franke 110c0922b8 Pretty print AST output 3 years ago
Garrit Franke 010b6207ec Implement returning variables 3 years ago
Garrit Franke 101ad0878d Add variable declarations 3 years ago
Garrit Franke d9a46fe86a Fix tests and comments 3 years ago
Garrit Franke 01203e3d44 Fix test compilation 3 years ago
Garrit Franke 5ec9bf4cdc Fix keyword recognition 3 years ago
Garrit Franke 67a2455e11 Implement return statement 3 years ago
Garrit Franke de7163c40e Refactor TokenType 3 years ago
Garrit Franke cd8c2be6bf Fix function parsing 3 years ago
Garrit Franke 86ca1cd2dd Parse functions 3 years ago
Garrit Franke 01981882c2 Add curly braces 3 years ago
Garrit Franke 3a3b0ce99a Initial commit 3 years ago