Skip to content

Commit

Permalink
Infrastructure for parser + preprocessor parser
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jul 7, 2024
1 parent dbe05d8 commit 9942f0f
Show file tree
Hide file tree
Showing 16 changed files with 4,536 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dm-lezer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
src/parser.js
src/parser.terms.js
9 changes: 9 additions & 0 deletions dm-lezer/dm-lezer.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Loading

0 comments on commit 9942f0f

Please sign in to comment.