Skip to content

Commit 9122fcd

Browse files
committed
wasm: Update TODO
1 parent d1a2478 commit 9122fcd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/wasm/TODO.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
- [ ] When iteration contains a sequence, the children are flattened into the iter node.
88
- [x] Basic parameterized rules
99
- [ ] Parameterized rules with >3 params
10-
- [ ] Parameters that aren't terminals
10+
- [x] Parameters that aren't terminals
1111
- [ ] Memoization for parameterized rules
1212
- [x] Support direct left recursion.
1313
- [ ] 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
1617

1718
## Limitations
1819

0 commit comments

Comments
 (0)