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:
parent
f656dbd8f3
commit
7c1d9b5f2b
8 changed files with 2902 additions and 2853 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue