Home
last modified time | relevance | path

Searched refs:Compiler (Results 1 – 25 of 161) sorted by path

1234567

/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1Compiler Double Exception Float Integer Long Math Number Object Package Pair Process \" +\n \…
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php37 namespace Hoa\Compiler\Bin;
39 use Hoa\Compiler; alias
129 $compiler = Compiler\Llk::load(new File\Read($grammar));
135 } catch (Compiler\Exception $e) {
170 protected function printTrace(Compiler\Llk\Parser $compiler)
175 if ($element instanceof Compiler\Llk\Rule\Entry) {
186 } elseif ($element instanceof Compiler\Llk\Rule\Token) {
208 protected function printTokenSequence(Compiler\Llk\Parser $compiler, $data)
210 $lexer = new Compiler\Llk\Lexer();
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md26 * Test: Write `Hoa\Compiler\Llk\Llk` test suite. (Ivan Enderlin, 2016-08-14T17:40:38+02:00)
34 * Test: Write `…Compiler\Exception\Rule` test suite. (Ivan Enderlin, 2016-08-14T16:42:43+02:00)
53 * Test: Write `…\Compiler\Llk\Rule\Rule` test suite. (Ivan Enderlin, 2016-08-09T08:54:20+02:00)
54 * Test: Write `…Compiler\Llk\Rule\Token` test suite. (Ivan Enderlin, 2016-08-09T08:19:28+02:00)
62 * Test: Write `…Compiler\Llk\Rule\Entry` test suite. (Ivan Enderlin, 2016-08-08T17:22:26+02:00)
63 * Test: Write `…Compiler\Llk\Rule\Ekzit` test suite. (Ivan Enderlin, 2016-08-08T17:22:03+02:00)
66 * Test: Write `…a\Compiler\Llk\TreeNode` test suite. (Ivan Enderlin, 2016-08-08T17:14:07+02:00)
70 * Test: Write `Hoa\Compiler\Llk\Lexer` test suite. (Ivan Enderlin, 2016-07-15T19:37:06+02:00)
H A DLl1.php37 namespace Hoa\Compiler;
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DException.php37 namespace 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 DRule.php37 namespace Hoa\Compiler\Exception;
H A DUnexpectedToken.php37 namespace Hoa\Compiler\Exception;
H A DUnrecognizedToken.php37 namespace Hoa\Compiler\Exception;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php37 namespace Hoa\Compiler\Llk;
39 use Hoa\Compiler; alias
150 throw new Compiler\Exception\UnrecognizedToken(
215 throw new Compiler\Exception\Lexer(
238 throw new Compiler\Exception\Lexer(
289 throw new Compiler\Exception\Lexer(
H A DLlk.php37 namespace Hoa\Compiler\Llk;
39 use Hoa\Compiler; alias
83 throw new Compiler\Exception($message . '.', 0);
332 throw new Compiler\Exception(
H A DLlk.pp34 // Grammar \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(
/plugin/findologicxmlexport/vendor/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 DChoice.php37 namespace Hoa\Compiler\Llk\Rule;
H A DConcatenation.php37 namespace Hoa\Compiler\Llk\Rule;
H A DEkzit.php36 namespace Hoa\Compiler\Llk\Rule;
H A DEntry.php37 namespace Hoa\Compiler\Llk\Rule;
H A DInvocation.php37 namespace Hoa\Compiler\Llk\Rule;
H A DRepetition.php37 namespace Hoa\Compiler\Llk\Rule;
39 use Hoa\Compiler; alias
84 throw new Compiler\Exception\Rule(
H A DRule.php37 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 DBoundedExhaustive.php37 namespace Hoa\Compiler\Llk\Sampler;
39 use Hoa\Compiler; alias
101 Compiler\Llk\Parser $compiler,
175 if ($trace instanceof Compiler\Llk\Rule\Token) {
196 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
224 if ($rule instanceof Compiler\Llk\Rule\Repetition) {
263 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
278 $this->_trace[] = new Compiler\Llk\Rule\Entry(
289 $this->_trace[] = new Compiler\Llk\Rule\Entry(
335 if ($last instanceof Compiler\Llk\Rule\Entry) {
[all …]

1234567