A simple scripting language in C++
Ferenc Szontágh
2025-04-19 7b8e75d80186b67eb4a8dbf83330bc92a2bce03e
1
2
3
4
5
6
7
8
9
10
11
12
{
    "compilerOptions": {
      "target": "ES6",
      "module": "commonjs",
      "outDir": "./out",
      "rootDir": "./src",
      "strict": true
    },
    "include": [
      "src/**/*"
    ]
  }