mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 00:45:04 +01:00
start lexer
This commit is contained in:
commit
ef32e646d6
7 changed files with 338 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "tscript",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "target/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"fmt": "prettier -w .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"prettier": "^3.0.0",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue