scrowl/tmp_repl/tmp_repl.md

28 lines
341 B
Markdown

```
npm install
npm run build:libs # to build the libs like `source-region`
```
# pulls latest commits of all the submodules
```
git submodule update --remote
```
npm run start
# Tests
npx ts-node src/parser/cursor.test.ts
npx ts-node src/lang/debug/repl.ts
npx ts-node src/lang/debug/repl.ts tmp_repl/test.flux
cloc --vcs git