Initial commit

This commit is contained in:
Scott Richmond 2023-11-26 12:56:17 -05:00
commit 90dd597889
2 changed files with 18 additions and 0 deletions

0
ludus.grammar Normal file
View File

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "lezer-ludus",
"version": "0.1.0",
"description": "A lezer grammar for Ludus.",
"type": "module",
"main": "parser.js",
"devDependencies": {
"@lezer/generator": "^1.0.0"
},
"dependencies": {
"@lezer/lr": "^1.0.0"
},
"scripts": {
"prepare": "lezer-generator src/my.grammar -o src/parser.js"
},
"author": "Scott Richmond",
"license": "MIT"
}