Nicer ansi rendering

This commit is contained in:
2024-08-07 20:47:02 -03:00
parent 9824431317
commit b43501da98
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,7 @@ require "./formatter"
require "./rules"
require "./styles"
require "./tartrazine"
# These are Lexer actions. When a rule matches, it will
# perform a list of actions. These actions can emit tokens
# or change the state machine.