Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-10 | Add boolean literals | Paweł Dybiec | 1 | -1/+3 | |
2018-11-08 | Fix string lexing | Paweł Dybiec | 1 | -1/+1 | |
2018-11-07 | Add semicolons, multi variable declaration. Fix returns | Paweł Dybiec | 1 | -0/+2 | |
2018-11-06 | Add support for chars | Paweł Dybiec | 1 | -8/+19 | |
2018-11-05 | Add more expressions and statements | Paweł Dybiec | 1 | -2/+24 | |
2018-11-04 | Parse basic expressions and statements | Paweł Dybiec | 1 | -1/+3 | |
2018-11-04 | parse function arguments | Paweł Dybiec | 1 | -51/+32 | |
2018-11-04 | Add basic tokens + parse function name | Paweł Dybiec | 1 | -0/+44 | |
2018-11-03 | Add first tokens | Paweł Dybiec | 1 | -2/+5 | |
2018-10-30 | Initial commit | Paweł Dybiec | 1 | -0/+79 | |