Skip to content

Commit 2f0d033

Browse files
committed
Converts parser to typescript and fixes context tracker being wack because of incorrect types
1 parent 9b61f38 commit 2f0d033

14 files changed

+1151
-79
lines changed

dm-lezer/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
2-
src/parser.js
3-
src/parser.terms.js
2+
src/parser.ts
3+
src/parser.terms.ts

dm-lezer/bin/build.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { buildDmGrammar } from '../src/build.js';
2+
3+
await buildDmGrammar();

0 commit comments

Comments
 (0)