Releases: moonbitlang/moonlex
Releases · moonbitlang/moonlex
v0.2.1
ulex-v0.2.0
ulex 0.2.0
Breaking Change
- The 
letregex declaration now useregexkeyword instead oflet. 
New Features
- Support capture single character regex as character.
 - Support 
$startposand$endposno need to specify capture variable in actions. - Now 
@lexengineis no longer required, and@lexbufis now optional. - Support 
--code-unit 1and--default-encoding utf-8cli options.