railt/compiler

View on GitHub
Branch: 1.4.x(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitattributes
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.gitignore
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
phpunit.xml
src/Compiler/Resources/pp2/grammar.pp2
src/Compiler/Resources/pp2/lexer.pp2
src/Compiler/Compiler.php61
src/Compiler/Console/CompileCommand.php39
src/Compiler/Console/GrammarCompileCommand.php28
src/Compiler/Exception/BadIncludeException.php6
src/Compiler/Exception/GrammarException.php7
src/Compiler/Exception/IncludeNotFoundException.php6
src/Compiler/Exception/UnknownPragmaException.php6
src/Compiler/Exception/UnknownRuleException.php6
src/Compiler/Exception/UnrecognizedTokenException.php6
src/Compiler/Grammar/Analyzer.php220
C
7 hrs
src/Compiler/Grammar/Builder/AbstractBuilder.php30
src/Compiler/Grammar/Builder/Alternation.php14
src/Compiler/Grammar/Builder/Concatenation.php14
src/Compiler/Grammar/Builder/Repetition.php22
A
35 mins
src/Compiler/Grammar/Builder/Terminal.php18
src/Compiler/Grammar/Delegate/IncludeDelegate.php27
src/Compiler/Grammar/Delegate/RuleDelegate.php47
src/Compiler/Grammar/Delegate/TokenDelegate.php19
src/Compiler/Grammar/LookaheadIterator.php60
src/Compiler/Grammar/Parser.php171
A
2 hrs
src/Compiler/Grammar/Reader.php62
A
55 mins
src/Compiler/Resources/templates/parser.tpl.php63
src/Compiler/Resources/templates/rules.tpl.php49