Skip to content

damianw27/pgs-grammar-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGS Grammar Check

DOI License: MIT Generic badge

Project setup

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.

Interface dev server

yarn interface:dev

This command starts React dev server.

Interface deployment

yarn interface:deploy

This command executes build on interface and then publish output of compilation to github pages.

Grammar generation

yarn grammar:generate

This command is generating the parser sources in TS from ANTLR grammary.

Grammar build

yarn grammar:build

This command is compiling parser sources wit tsc.