LALR(1)-Parser Generator

Maintainers

Package info

codeberg.org/PackageFactory/grammar

pkg:composer/packagefactory/grammar

Statistics

Installs: 32

Dependents: 1

Suggesters: 0

v0.10.4 2026-03-02 14:04 UTC

README

LALR(1)-Parser Generator

Development

For common automated development tasks, the repository contains several scripts which can be run via:

./scripts/{script-name}
script-namedescription
analyseRun static code analysis with phpstan
testRun tests with phpunit

Running tests

There's a test suite for unit tests and another one for integration tests. By default both test suites are run entirely. In order to just run one of them, you need to add the --testsuite parameter to the script call, e.g.:

./scripts/test --testsuite unit
./scripts/test --testsuite integration

License

see LICENSE