A cleaner API

I've been hacking on this in a different repository, so I thought I'd
bring it over here.
This commit is contained in:
John Doty 2024-04-21 08:07:59 -07:00
parent f656dbd8f3
commit 7c1d9b5f2b
8 changed files with 2902 additions and 2853 deletions

13
pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[project]
name = "lrparsers"
descrption = "a small LR parser generator library"
authors = [
{name = "John Doty", email = "john@d0ty.me"},
]
classifiers = [
"Private :: Do Not Upload", # Probably.
"License :: OSI Approved :: MIT License",
]
[tool.black]
line-length=100