Generated lexers actually kinda work

But regular expressions are underpowered and verbose
This commit is contained in:
John Doty 2024-08-23 15:32:35 -07:00
parent 58c3004702
commit 72052645d6
6 changed files with 957 additions and 544 deletions

View file

@ -22,6 +22,7 @@ distribution = true
[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.2.2",
"hypothesis>=6.111.1",
]
[tool.pyright]