yarn setup
This command allows to quick setup all required things like dependencies installation and linking. After successfully execution of this command you can start development process.
yarn interface:dev
This command starts React dev server.
yarn interface:deploy
This command executes build on interface and then publish output of compilation to github pages.
yarn grammar:generate
This command is generating the parser sources in TS from ANTLR grammary.
yarn grammar:build
This command is compiling parser sources wit tsc.