Go to file
Aleksey Chichenkov 7abc0dbbc4 add unit tests and change readme 2019-01-25 15:15:41 +03:00
LICENSE Initial commit 2019-01-24 13:50:55 +00:00
README.md add unit tests and change readme 2019-01-25 15:15:41 +03:00
lexer.l add unit tests and change readme 2019-01-25 15:15:41 +03:00
main.js add unit tests and change readme 2019-01-25 15:15:41 +03:00
package.json change to main and add package 2019-01-24 18:36:19 +03:00
run.sh change to main and add package 2019-01-24 18:36:19 +03:00
test.js add unit tests and change readme 2019-01-25 15:15: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

Result fill write in <lexer.js> file.

You can test it: $ node test.js

Report for bugs: rolahd@yandex.ru