Go to file
Aleksey Chichenkov 37563c749f oid add to lexer 2019-01-28 18:36:41 +03:00
LICENSE Initial commit 2019-01-24 13:50:55 +00:00
README.md add version 2019-01-25 16:30:02 +03:00
lexer.l oid add to lexer 2019-01-28 18:36:41 +03:00
main.js oid add to lexer 2019-01-28 18:36:41 +03:00
package.json add version 2019-01-25 16:30:02 +03:00
run.sh change to main and add package 2019-01-24 18:36:19 +03:00
test.js oid add to lexer 2019-01-28 18:36:41 +03:00

README.md

re2-js-generator

Install guide

You need install npm and node v.10;

npm install

Read re2c manual: http://re2c.org/manual/manual.html

RUN:

./run.sh

or

node main.js

###Flags

    -o=<output_path>
    -t=<web|node>
    -nb|--no-beautify

Result fill write in <lexer.js> file.

You can test it: $ node test.js

Report for bugs: rolahd@yandex.ru