1.8.2 (2022-09-19)
Release date :2021-12-20
desc :Add string escape support
- Feat: add string escape support, here is the PR
1.8.2 (2022-09-19)
Release date :2021-10-16
desc :Added linefeed token and website support for real-time parsing
- Feat: add a new token type to linefeed
- Feat: support real-time parsing on the website
Release date :2021-10-13
desc :Change property name and remove goal_lexer
property of chain-lexer, the package of NPM
- Refactor: Change property name of chain-lexer.
c_lexer
:cLexer
sql_lexer
:sqlLexer
- Remove: remove
goal_lexer
property of chain-lexer
Release date :2021-10-12
desc :Publish project to NPM, named chain-lexer
- NPM support: You can use lexer(chain-lexer) in your project by npm
Release date :2021-10-10
desc :Major upgrades to the project structure, such as package, shell, test, etc. You only need to import a /package/{lang}-lexer.min.js
file in your project.
- Add pack feature: pack
/src/lexer.js
and/src/lang/{lang}-define.js
- Update testing: Decouple the testing from the
/src/*
file
Release date :2021-09-31
desc :the first version 1.0.0
of lexer
is released.
- Complete lexical analysis
- Support multi-language extension
- Provide state flow log