Refactor things into separate files for easier reading

This commit is contained in:
2024-08-09 11:31:18 -03:00
parent a0ff4e0118
commit 47237eecc3
6 changed files with 277 additions and 270 deletions

View File

@ -3,7 +3,7 @@ require "./constants"
require "./formatter"
require "./rules"
require "./styles"
require "./tartrazine"
require "./lexer"
# These are lexer rules. They match with the text being parsed
# and perform actions, either emitting tokens or changing the