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/Lexer/Definition/MultistateTokenDefinition.php22
A
35 mins
src/Lexer/Definition/TokenDefinition.php27
A
0 mins
src/Lexer/Driver/MultistateLexer.php36
A
0 mins
src/Lexer/Driver/NativeRegex.php61
A
0 mins
src/Lexer/Driver/NativeStateful/PCRECompiler.php53
A
0 mins
src/Lexer/Driver/ParleLexer.php90
A
0 mins
src/Lexer/Driver/SimpleLexer.php38
A
0 mins
src/Lexer/Exception/BadLexemeException.php6
A
0 mins
src/Lexer/Exception/LexerException.php7
A
0 mins
src/Lexer/Factory.php32
A
0 mins
src/Lexer/Iterator/RegexIterator.php60
A
1 hr
src/Lexer/Iterator/RegexNamedGroupsIterator.php22
A
1 hr
src/Lexer/LexerInterface.php10
A
0 mins
src/Lexer/MultistateLexerInterface.php7
A
0 mins
src/Lexer/SimpleLexerInterface.php9
A
0 mins
src/Lexer/Token/BaseToken.php25
A
0 mins
src/Lexer/Token/Common/Renderable.php19
A
0 mins
src/Lexer/Token/EndOfInput.php40
A
0 mins
src/Lexer/Token/Token.php31
A
0 mins
src/Lexer/Token/Unknown.php11
A
0 mins
src/Lexer/TokenInterface.php12
A
0 mins