about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2022-03-03Re-arrange error locationsMel
2021-12-29Runtime errorsMel
2021-12-28AST restructureMel
2021-11-21Basic errors for parsing.Mel
2021-11-21Rename all Variants to KindsMel
2021-11-20Runtime typesMel
2021-11-14Add return statementsMel
2021-11-14Function calling and the ensuing scope shenanigansMel
2021-11-14Str escape sequences.Mel
2021-11-14Parse and walk str embeds.Mel
2021-11-13Lex string embeds.Mel
2021-10-24And Or expressionsMel
2021-10-24Array element assignment and constantsMel
2021-10-24Array literals and array accessMel
2021-10-24Postfix parsingMel
2021-10-23Allow _ in identifiers.Mel
2021-10-23Loop expressions and concrete walker errors.Mel
2021-10-23Fix clippy warningsMel
2021-10-23Simplify parser macrosMel
2021-10-23Remove Plus unary op and implement other unary opsMel
2021-10-23Add true and false keywords to unit expressionMel
2021-10-22Skip comments in lexerMel
2021-10-22Display values without typeMel
2021-10-22Boolean logic and If expressions.Mel
2021-10-22Split execution modesMel
2021-10-21Ignore newlines as tokens.Mel
2021-10-21Implement program walking.Mel
2021-10-20Statement parsing.Mel
2021-10-20Fix typo 'Identifer'.Mel
2021-10-19Add more lexer tokensMel
2021-10-18Always make division produce floats.Mel
2021-10-18Add basic expression repl.Mel
2021-10-18Simple AST walker.Mel
2021-10-18Basic expression parsingMel
2021-10-18Parsing expressions scaffoldMel
2021-10-17LexingMel