Home
last modified time | relevance | path

Searched refs:Compiler (Results 101 – 125 of 161) sorted by last modified time

1234567

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php37 namespace Hoa\Compiler\Llk;
39 use Hoa\Compiler; alias
215 throw new Compiler\Exception\UnexpectedToken(
239 throw new Compiler\Exception(
H A DTreeNode.php37 namespace Hoa\Compiler\Llk;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DInvocation.php37 namespace Hoa\Compiler\Llk\Rule;
H A DAnalyzer.php37 namespace Hoa\Compiler\Llk\Rule;
39 use Hoa\Compiler; alias
141 throw new Compiler\Exception\Rule('No rules specified!', 0);
146 $lexer = new Compiler\Llk\Lexer();
164 throw new Compiler\Exception(
370 throw new Compiler\Exception(
440 throw new Compiler\Exception(
483 throw new Compiler\Exception(
509 throw new Compiler\Exception\Rule(
H A DEkzit.php36 namespace Hoa\Compiler\Llk\Rule;
H A DToken.php37 namespace Hoa\Compiler\Llk\Rule;
39 use Hoa\Compiler; alias
204 static::$_regexCompiler = Compiler\Llk::load($stream);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
195 $this->_todo = [new Compiler\Llk\Rule\Entry(
209 if ($trace instanceof Compiler\Llk\Rule\Token) {
239 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
260 protected function coverage(Compiler\Llk\Rule $rule)
427 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
442 $this->_trace[] = new Compiler\Llk\Rule\Entry(
447 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
534 if ($pop instanceof Compiler\Llk\Rule\Entry) {
[all …]
H A DUniform.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
80 Compiler\Llk\Parser $compiler,
103 public function uniform(Compiler\Llk\Rule $rule = null, $n = -1)
117 if ($rule instanceof Compiler\Llk\Rule\Choice) {
143 } elseif ($rule instanceof Compiler\Llk\Rule\Repetition) {
164 } elseif ($rule instanceof Compiler\Llk\Rule\Token) {
178 public function count(Compiler\Llk\Rule $rule = null, $n = -1)
194 if ($rule instanceof Compiler\Llk\Rule\Choice) {
220 } elseif ($rule instanceof Compiler\Llk\Rule\Repetition) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md19 # Hoa\Compiler
30 [Learn more](https://central.hoa-project.net/Documentation/Library/Compiler).
168 $compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp'));
174 $dump = new Hoa\Compiler\Visitor\Dump();
193 ### Compiler in CLI
222 Uncaught exception (Hoa\Compiler\Exception\UnexpectedToken):
223 Hoa\Compiler\Llk\Parser::parse(): (0) Unexpected token "true" (true) at line 1
227 in hoa://Library/Compiler/Llk/Parser.php at line 1
237 $sampler = new Hoa\Compiler\Llk\Sampler\Coverage(
239 Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp')),
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/
H A DDocumentation.php37 namespace Hoa\Compiler\Test\Integration;
39 use Hoa\Compiler as LUT;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php37 namespace Hoa\Compiler\Test\Integration\Llk;
39 use Hoa\Compiler as LUT;
H A DSoundness.php37 namespace Hoa\Compiler\Test\Integration\Llk;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php37 namespace Hoa\Compiler\Test\Unit\Llk;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Lexer as SUT;
H A DLlk.php37 namespace Hoa\Compiler\Test\Unit\Llk;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Llk\Llk as SUT;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Sampler/
H A DException.php37 namespace Hoa\Compiler\Test\Unit\Llk\Sampler;
39 use Hoa\Compiler as LUT;
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;
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/Exception/
H A DFinalStateHasNotBeenReached.php37 namespace Hoa\Compiler\Exception;
H A DIllegalToken.php37 namespace Hoa\Compiler\Exception;
H A DLexer.php37 namespace Hoa\Compiler\Exception;
H A DUnrecognizedToken.php37 namespace Hoa\Compiler\Exception;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DIllegalToken.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\IllegalToken as SUT;
H A DRule.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\Rule as SUT;
H A DUnexpectedToken.php37 namespace Hoa\Compiler\Test\Unit\Exception;
39 use Hoa\Compiler as LUT;
40 use Hoa\Compiler\Exception\UnexpectedToken as SUT;

1234567