Skip to content

Commit

Permalink
Converts parser to typescript and fixes context tracker being wack be…
Browse files Browse the repository at this point in the history
…cause of incorrect types
  • Loading branch information
alexkar598 committed Jul 10, 2024
1 parent 9b61f38 commit 2f0d033
Show file tree
Hide file tree
Showing 14 changed files with 1,151 additions and 79 deletions.
4 changes: 2 additions & 2 deletions dm-lezer/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
src/parser.js
src/parser.terms.js
src/parser.ts
src/parser.terms.ts
3 changes: 3 additions & 0 deletions dm-lezer/bin/build.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { buildDmGrammar } from '../src/build.js';

await buildDmGrammar();
Loading

0 comments on commit 2f0d033

Please sign in to comment.