# re2-js-generator ## Requires - node - npm - re2c ## Install ```bash npm install ``` ## One Minute Guide You can fast use example: ```bash npm install ./build_example.sh cd examples/ node lexme.js ``` ## Start ```bash node main.js -inp= -o= -t= <-nb|--no-beautify> <-logs> ``` or ```bash ./run.sh ``` Result fill write in file. ## Flags ```bash -inp= -o= -t= -nb|--no-beautify -logs ``` ## Test ```bash node test.js ``` ## Manual Read re2c manual: http://re2c.org/manual/manual.html Report for bugs: rolahd@yandex.ru