File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
- [ ] When iteration contains a sequence, the children are flattened into the iter node.
8
8
- [x] Basic parameterized rules
9
9
- [ ] Parameterized rules with >3 params
10
- - [ ] Parameters that aren't terminals
10
+ - [x ] Parameters that aren't terminals
11
11
- [ ] Memoization for parameterized rules
12
12
- [x] Support direct left recursion.
13
13
- [ ] Handle left recursion detection at grammar parse time.
14
- - [ ] Separate API for _ creating_ the Wasm module from the WasmMatcher interface.
15
- - [ ] Implement a proper CLI.
14
+ - [x] Separate API for _ creating_ the Wasm module from the WasmMatcher interface.
15
+ - [x] Implement a proper CLI.
16
+ - [ ] Handle non-memoization of inline rules at grammar parse time
16
17
17
18
## Limitations
18
19
You can’t perform that action at this time.
0 commit comments