francescoApophis / calc-parser

Small parser for simple math expressions.
MIT License
0 stars 0 forks source link

Move Lexer code into its own file, use main file for the parser itself #4

Closed francescoApophis closed 9 months ago

francescoApophis commented 10 months ago

The code for the lexer is quite lengthy now that handling errors has been added and it's supposed to grow event more now that a token-tree generation needs to be added. The main file should be left for the parser.