about summary refs log tree commit diff
path: root/src/lex
AgeCommit message (Expand)Author
2021-10-23Allow _ in identifiers.Mel
2021-10-23Loop expressions and concrete walker errors.Mel
2021-10-23Fix clippy warningsMel
2021-10-22Skip comments in lexerMel
2021-10-22Boolean logic and If expressions.Mel
2021-10-21Ignore newlines as tokens.Mel
2021-10-20Statement parsing.Mel
2021-10-20Fix typo 'Identifer'.Mel
2021-10-19Add more lexer tokensMel
2021-10-17LexingMel