start lexer

This commit is contained in:
nora 2023-07-23 10:48:57 +02:00
commit ef32e646d6
7 changed files with 338 additions and 0 deletions

17
package.json Normal file
View 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"
}
}