-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converts parser to typescript and fixes context tracker being wack be…
…cause of incorrect types
- Loading branch information
1 parent
9b61f38
commit 2f0d033
Showing
14 changed files
with
1,151 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { buildDmGrammar } from '../src/build.js'; | ||
|
||
await buildDmGrammar(); |
Oops, something went wrong.