This commit is contained in:
Aleksey Chichenkov 2019-01-29 12:00:02 +03:00
parent e56a8a7d9a
commit 41ef9f77ab
2 changed files with 24 additions and 3 deletions

View file

@ -10,11 +10,23 @@ npm install
You need create your config.js from config.template
```bash
npm main --c=<your_config>.js --t=<web|node>
node main.js --c=<your_config>.js --t=<web|node>
```
default config -> config.js
## Test
Also you can test your parser
```bash
node test.js --c=<your_config>.js
```
## Also
You can use <&&REPLACER{<file_path>}&&> syntax for include your code here
```bash
```
## Special Directives
See lemon.html for additional documentation.
@ -44,4 +56,4 @@ See lemon.html for additional documentation.
- %token_class - **NOT SUPPORTED**
## Original project
See https://github.com/sormy/lemon-js.
See https://github.com/sormy/lemon-js