Releases: moonbitlang/moonlex
Releases · moonbitlang/moonlex
v0.2.1
ulex-v0.2.0
ulex 0.2.0
Breaking Change
- The
let
regex declaration now useregex
keyword instead oflet
.
New Features
- Support capture single character regex as character.
- Support
$startpos
and$endpos
no need to specify capture variable in actions. - Now
@lexengine
is no longer required, and@lexbuf
is now optional. - Support
--code-unit 1
and--default-encoding utf-8
cli options.