re2-js-generator/README.md

611 B

re2-js-generator

Requires

  • node
  • npm
  • re2c

Install

npm install

One Minute Guide

You can fast use example:

npm install
./build_example.sh
cd examples/
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