56 Commits (9efc45d846e63c18fcea1a45647a8f1447c3d0a9)

Author SHA1 Message Date
Garrit Franke 7d12bfe605 Add docs 3 years ago
Garrit Franke e276e7c7f8 Fix warnings 3 years ago
Garrit Franke 13fb396842 Refactor parser module structure 3 years ago
Garrit Franke 5a5dea79cd Clean up error handling 3 years ago
Garrit Franke 03c71987cd Add integer arrays 3 years ago
Garrit Franke 2a6003846d Fix warnings 3 years ago
Garrit Franke 226fb93792 Add copyright notices 3 years ago
Garrit Franke f0f20b950a Add else branch 3 years ago
Garrit Franke b23a9bd751 Generalize block into own statement 3 years ago
Garrit Franke aaab0a4b28 Add conditional else if branch 3 years ago
Garrit Franke c1ead8ddc9 Fix compound op with identifier first 3 years ago
Garrit Franke a00e965193 Fix production build 3 years ago
Garrit Franke 4d5ef86243 Revert "Change function declaration syntax" 3 years ago
Garrit Franke d13d46ec99 Add basic CLI 3 years ago
Garrit Franke 82496b7807 Add remaining comparison operators 3 years ago
Garrit Franke e6db9f422a Add js generator for variable declarations 3 years ago
Garrit Franke 7d8883ed63 Allow multiple statements in if conditional 3 years ago
Garrit Franke 1a95efb5d8 Add basic conditionals; remove semicolons 3 years ago
Garrit Franke f1ede63d5f Add greeter example 3 years ago
Garrit Franke b21c781a64 Change function declaration syntax 3 years ago
Garrit Franke 7b081ab974 Refactor function call parsing 3 years ago
Garrit Franke 66e24bae70 Clean up expression parsing 3 years ago
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