Home
last modified time | relevance | path

Searched refs:Llk (Results 26 – 46 of 46) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php37 namespace Hoa\Compiler\Test\Unit\Llk;
40 use Hoa\Compiler\Llk\Lexer as SUT;
H A DLlk.php37 namespace Hoa\Compiler\Test\Unit\Llk;
40 use Hoa\Compiler\Llk\Llk as SUT;
52 class Llk extends Test\Unit\Suite class
80 $_ruleA = new LUT\Llk\Rule\Token('ruleA', 'foobar', null, -1, true),
86 ->isInstanceOf(LUT\Llk\Parser::class)
H A DTreeNode.php37 namespace Hoa\Compiler\Test\Unit\Llk;
39 use Hoa\Compiler\Llk\TreeNode as SUT;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Sampler/
H A DException.php37 namespace Hoa\Compiler\Test\Unit\Llk\Sampler;
40 use Hoa\Compiler\Llk\Sampler\Exception as SUT;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php7 use Hoa\Compiler\Llk\TreeNode;
H A Dregenerate-parser.php6 use Hoa\Compiler\Llk\Llk; alias
11 $compiler = Llk::load(new Read(__DIR__ . '/grammar.pp'));
28 . 'final ' . Llk::save($compiler, 'InnerParser')
H A DInnerParser.php7 use Hoa\Compiler\Llk\Parser;
8 use Hoa\Compiler\Llk\Rule\Choice;
9 use Hoa\Compiler\Llk\Rule\Concatenation;
10 use Hoa\Compiler\Llk\Rule\Repetition;
11 use Hoa\Compiler\Llk\Rule\Token;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php37 namespace Hoa\Compiler\Llk\Rule;
146 $lexer = new Compiler\Llk\Lexer();
H A DEkzit.php36 namespace Hoa\Compiler\Llk\Rule;
H A DToken.php37 namespace Hoa\Compiler\Llk\Rule;
204 static::$_regexCompiler = Compiler\Llk::load($stream);
H A DChoice.php37 namespace Hoa\Compiler\Llk\Rule;
H A DConcatenation.php37 namespace Hoa\Compiler\Llk\Rule;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DSoundness.php37 namespace Hoa\Compiler\Test\Integration\Llk;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DEntry.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Entry as SUT;
59 ->isInstanceOf(LUT\Llk\Rule\Invocation::class);
H A DInvocation.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Mock\Hoa\Compiler\Llk\Rule\Invocation as SUT;
H A DToken.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Token as SUT;
59 ->isInstanceOf(LUT\Llk\Rule::class);
210 ->isInstanceOf(LUT\Llk\TreeNode::class)
H A DConcatenation.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Concatenation as SUT;
59 ->isInstanceOf(LUT\Llk\Rule::class);
H A DEkzit.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Ekzit as SUT;
59 ->isInstanceOf(LUT\Llk\Rule\Invocation::class);
H A DRule.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Mock\Hoa\Compiler\Llk\Rule as SUT;
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md75 $compiler = Hoa\Compiler\Llk::load(
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md79 $compiler = Hoa\Compiler\Llk\Llk::load($grammar);

12