Skip to content

Releases: moonbitlang/moonlex

v0.2.1

23 Apr 08:54

Choose a tag to compare

New Features

  • Now report locations for syntax errors

ulex-v0.2.0

23 Apr 07:37

Choose a tag to compare

ulex 0.2.0

Breaking Change

  • The let regex declaration now use regex keyword instead of let.

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.