Go to file
Aleksey Chichenkov 2374e2b5d1 change readme and add new idea for lexer 2019-01-25 14:25:21 +03:00
LICENSE Initial commit 2019-01-24 13:50:55 +00:00
README.md change readme and add new idea for lexer 2019-01-25 14:25:21 +03:00
lexer.l change readme and add new idea for lexer 2019-01-25 14:25:21 +03:00
main.js change readme and add new idea for lexer 2019-01-25 14:25:21 +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

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.

Report for bugs: rolahd@yandex.ru