20 Commits (382a09cd0dc97ea95dc35d0b50d0d45a1be92d53)

Author SHA1 Message Date
Garrit Franke 0a17c78194 Add documentation for datatypes 3 years ago
Garrit Franke 0c10ed907d Fix examples 3 years ago
Garrit Franke 7308868b67 Fix examples 3 years ago
Garrit Franke 4d5ef86243 Revert "Change function declaration syntax" 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 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 fd2e2e58be Print result of main for js target 3 years ago
Garrit Franke c250d98c31 Implement return generation 3 years ago
Garrit Franke 193ea74aa2 Allow empty returns 3 years ago
Garrit Franke 565b0bd9f6 Add token positions 3 years ago
Garrit Franke f84fd3c8db Rename flex -> sabre 3 years ago
Garrit Franke 7ca96f9a43 Add strings 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 67a2455e11 Implement return statement 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