Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 795 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 795 Bytes

Node Test

Step(仮称、旧chiba-lang)

環境用意

npm install -g yarn
yarn install

インタープリタ実行TS版

ts-node .\src\cli.ts [step]

例:

ts-node .\src\cli.ts .\step\main.step

テスト実行

yarn run test

Web版

yarn run build
yarn run server

CI

github actionsを利用したCIが動作しています。 落ちてもmergeできますが、可能な限り通してください。

Chevrotain