Skip to content

Commit 2486f6c

Browse files
committed
Add more combinators and lang
1 parent 773d4e3 commit 2486f6c

17 files changed

+2940
-2019
lines changed

debug.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import lang, { lex } from './src/lang';
2+
import ContextWithHoles from './src/context-with-holes';
3+
4+
let { a } = lang`
5+
a = '\n';
6+
`;
7+
8+
a.tryParse('a');
9+
// console.dir(r);

0 commit comments

Comments
 (0)