summaryrefslogtreecommitdiff
path: root/lexer
AgeCommit message (Collapse)Author
2026-04-12test(lexer): updated TestNextToken with new tokensMichael Tews
2026-04-12test(lexer): updates NextToken test with the new tokensMichael Tews
2026-04-12feat(lexer): added tokens and updated NextToken() with the tokensMichael Tews
adds =,+,-,!,*,/ tokens
2026-04-12test(lexer): added test for NextToken()Michael Tews
2026-04-12feat(lexer): added basic lexerMichael Tews
2024-06-10feat: Inital Lexer structureMichael Tews
2024-06-10test: adds TestNextTokenMichael Tews
this tests the NextToken function