Home
last modified time | relevance | path

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

12

/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)
27 * Llk: Update exception messages. (Ivan Enderlin, 2016-08-14T18:00:02+02:00)
28 * Llk: PP parser only accepts horizontal spaces… (Ivan Enderlin, 2016-08-14T17:42:07+02:00)
29 * Llk: Correctly order and merge skip tokens. (Ivan Enderlin, 2016-08-14T17:24:52+02:00)
30 * Llk: The whole class must be abstract. (Ivan Enderlin, 2016-08-14T17:24:24+02:00)
77 * Llk: Save pragmas when saving the parser. (Ivan Enderlin, 2016-02-22T10:24:16+01:00)
78 * Llk: Add the `parser.lookahead` pragma. (Ivan Enderlin, 2016-02-22T10:23:37+01:00)
80 * Llk: Implement pragmas. (Ivan Enderlin, 2016-02-05T17:03:53+01:00)
81 * Llk: Introduce the “save” parser! (Ivan Enderlin, 2016-01-25T14:26:48+01:00)
82 * Llk: Token rule can be constructured as kept. (Ivan Enderlin, 2016-01-25T14:25:51+01:00)
[all …]
H A DREADME.md161 The `Hoa\Compiler\Llk\Llk` class provide helpers to manipulate (load or save) a
168 $compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read('Json.pp'));
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')),
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php58 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
72 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
86 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
92 ->isInstanceOf(Compiler\Llk\TreeNode::class)
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php61 $sampler = new Compiler\Llk\Sampler\BoundedExhaustive(
62 Compiler\Llk\Llk::load(
70 $compiler = Compiler\Llk\Llk::load(
107 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
124 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
141 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
158 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
173 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
190 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
207 … $compiler = Compiler\Llk\Llk::load(new File\Read('hoa://Library/Math/Arithmetic.pp')),
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DEntry.php37 namespace Hoa\Compiler\Llk\Rule;
H A DRepetition.php37 namespace Hoa\Compiler\Llk\Rule;
H A DRule.php37 namespace Hoa\Compiler\Llk\Rule;
H A DInvocation.php37 namespace Hoa\Compiler\Llk\Rule;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php37 namespace Hoa\Compiler\Llk\Sampler;
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(
301 } elseif ($rule instanceof Compiler\Llk\Rule\Token) {
335 if ($last instanceof Compiler\Llk\Rule\Entry) {
[all …]
H A DException.php37 namespace Hoa\Compiler\Llk\Sampler;
H A DSampler.php37 namespace Hoa\Compiler\Llk\Sampler;
110 Compiler\Llk\Parser $compiler,
140 $token = new Compiler\Llk\Rule\Token(
164 protected function completeToken(Compiler\Llk\Rule\Token $token)
218 protected function generateToken(Compiler\Llk\Rule\Token $token)
H A DCoverage.php37 namespace Hoa\Compiler\Llk\Sampler;
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)
264 if ($rule instanceof Compiler\Llk\Rule\Repetition) {
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;
80 Compiler\Llk\Parser $compiler,
103 public function uniform(Compiler\Llk\Rule $rule = null, $n = -1)
117 if ($rule instanceof Compiler\Llk\Rule\Choice) {
132 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
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/Test/Unit/Llk/Rule/
H A DChoice.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Choice as SUT;
59 ->isInstanceOf(LUT\Llk\Rule::class);
H A DRepetition.php37 namespace Hoa\Compiler\Test\Unit\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule\Repetition as SUT;
59 ->isInstanceOf(LUT\Llk\Rule::class);
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php88 $compiler = Compiler\Llk::load(
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php37 namespace Hoa\Compiler\Llk;
52 abstract class Llk class
H A DLexer.php37 namespace Hoa\Compiler\Llk;
H A DLlk.pp34 // Grammar \Hoa\Compiler\Llk.
H A DParser.php37 namespace Hoa\Compiler\Llk;
H A DTreeNode.php37 namespace Hoa\Compiler\Llk;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/Rule/
H A DAnalyzer.php37 namespace Hoa\Compiler\Test\Integration\Llk\Rule;
40 use Hoa\Compiler\Llk\Rule;
41 use Hoa\Compiler\Llk\Rule\Analyzer as SUT;
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php129 $compiler = Compiler\Llk::load(new File\Read($grammar));
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/Test/Integration/
H A DDocumentation.php111 $compiler = LUT\Llk::load($grammar)
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php37 namespace Hoa\Compiler\Test\Integration\Llk;
67 $compiler = LUT\Llk::load($grammar)
104 $compiler = LUT\Llk::load($grammar)
140 $compiler = LUT\Llk::load($grammar)

12