Menu

re2c 0.11.0 released

This brand new version of re2c has extended unicode support using the new -u switch. Using it allows generating a parser that supports Unicode chars (UTF-32). This means the generated code can deal with any valid Unicode character up to 0x10FFFF. When UTF-8 or UTF-16 needs to be supported you need to convert the incoming stream to UTF-32 upon input yourself. Note that re2c requires unsigned integer as the internal data type.

Starting with this version re2c also has a completley new memory management. This will allow a bunch of feature additions during the 0.11 development series.

Posted by Marcus Börger 2007-01-01

Log in to post a comment.