Go to file
Aleksey Chichenkov 93f01c6ebd remove russians symbols from lexer.l 2019-01-30 15:23:55 +03:00
example remove russians symbols from lexer.l 2019-01-30 15:23:55 +03:00
LICENSE Initial commit 2019-01-24 13:50:55 +00:00
README.md remove russians symbols from lexer.l 2019-01-30 15:23:55 +03:00
build_example.sh example and logs off 2019-01-30 14:16:22 +03:00
lexer.l remove russians symbols from lexer.l 2019-01-30 15:23:55 +03:00
main.js example and logs off 2019-01-30 14:16:22 +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 example and logs off 2019-01-30 14:16:22 +03:00

README.md

re2-js-generator

Requires

  • node
  • npm
  • re2c

Install

git clone -- http://git.macaw.me:3000/chichenkov/re2-js-generator.git
cd re2-js-generator
npm install

One Minute Guide

You can fast use example:

npm install
./build_example.sh
cd example/
node lexme.js

Start

node main.js -inp=<input_file> -o=<output_path> -t=<web|node> <-nb|--no-beautify> <-logs>

or

./run.sh

Result fill write in <lexer.js> file.

Flags

-inp=<input_file.l>
-o=<output_path>
-t=<web|node>
-nb|--no-beautify
-logs

Test

node test.js

Manual

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

Report for bugs: rolahd@yandex.ru