- added type annotations v0.1.0
authorSebastian Brix <sebastian.brix@graph-it.com>
Wed, 16 Feb 2022 05:33:57 +0000 (06:33 +0100)
committerSebastian Brix <sebastian.brix@graph-it.com>
Wed, 16 Feb 2022 05:33:57 +0000 (06:33 +0100)
commit63af394b4069b89b58db5434777a63ef7fb0285e
tree5d9340be89b283b0520beb3f19138e6420a70b81
parent0bd2d06b20ca001037c24bea7c212234de3b25fd
- added type annotations
- checked code with psalm, still a lot todo
psalm.xml [new file with mode: 0644]
src/BaseParser.php
src/ConcatParser.php
src/EBNFGenerator.php
src/EmptyParser.php
src/GrammerParser.php
src/GreedyMultiParser.php
src/LazyAltParser.php
src/RegexParser.php
src/StringParser.php