summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* scope function argumentskdx2023-03-17
* extract scopekdx2023-03-17
* check for unidentified atomkdx2023-03-16
* identify if/else/while and exprkdx2023-03-16
* identify returnkdx2023-03-16
* identify assignementskdx2023-03-16
* local and global merge as letkdx2023-03-16
* identify local and global declarationskdx2023-03-16
* identify functionskdx2023-03-16
* simplify function declaration syntaxkdx2023-03-15
* group tokens into atomskdx2023-03-15
* don't crash on empty token listkdx2023-03-15
* throw away inconsistent grouping functionskdx2023-03-15
* get rid of duplicate TOK_ENDkdx2023-03-15
* group more shitkdx2023-03-14
* group scope firstkdx2023-03-14
* group declarationskdx2023-03-14
* group creation logickdx2023-03-14
* don't flatten token listkdx2023-03-14
* flatten lexer outputkdx2023-03-14
* basic lexingkdx2023-03-14
* lexer scaffoldingkdx2023-03-14
* drain input filekdx2023-03-14
* string slicekdx2023-03-13