phplrt/phplrt

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
src/Compiler/src/Renderer/LaminasRenderer.php
A
100%
src/Exception/src/LineReader.php
A
100%
src/Exception/src/UndefinedToken.php
A
100%
src/Grammar/src/Alternation.php
A
100%
src/Grammar/src/Concatenation.php
A
100%
src/Grammar/src/Lexeme.php
A
100%
src/Grammar/src/Production.php
A
100%
src/Grammar/src/Terminal.php
A
100%
src/Lexer/src/Compiler/Markers.php
A
100%
src/Lexer/src/Driver/Markers.php
A
100%
src/Lexer/src/Exception/LexerRuntimeException.php
A
100%
src/Lexer/src/Exception/UnexpectedStateException.php
A
100%
src/Parser/src/ParserConfigsTrait.php
A
100%
src/Position/src/Position.php
A
100%
src/Source/src/ContentReader/ContentReader.php
A
100%
src/Visitor/src/Traverser.php
A
100%
src/Visitor/src/Visitor.php
A
100%
.codeclimate.json
.editorconfig
.gitattributes
.github/ISSUE_TEMPLATE/1_Bug_report.md
.github/ISSUE_TEMPLATE/2_Feature_request.md
.github/ISSUE_TEMPLATE/3_Support_question.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/codestyle.yml
.github/workflows/main.yml
.github/workflows/security.yml
.github/workflows/static-analysis.yml
.github/workflows/subsplit.yml
.gitignore
LICENSE.md
README.md
composer.json
docs/compiler.md
docs/compiler/code.md
docs/compiler/grammar.md
docs/contributions.md
docs/examples/advanced-math.md
docs/examples/go-aop.md
docs/examples/json5.md
docs/examples/phpdoc-types.md
docs/examples/simple-math.md
docs/guide/creating-project.md
docs/guide/introduction.md
docs/installation.md
docs/lexer.md
docs/lexer/drivers.md
docs/lexer/extension.md
docs/manifest.json
docs/parser.md