# re2-js-generator ## Requires - node - npm - re2c ## Install You need install npm and node v.10; ```bash npm install ``` ## Start ```bash node main.js -o= -t= <-nb|--no-beautify> ``` or ```bash ./run.sh ``` Result fill write in file. ## Flags ```bash -o= -t= -nb|--no-beautify ``` ## Test ```bash node test.js ``` ## Manual Read re2c manual: http://re2c.org/manual/manual.html Report for bugs: rolahd@yandex.ru