Firstly, re2c v1.2 is great!
I am now using more than half of the new feature included in that release:
- the new EOF rule made it easy to be 8-bit clean (before I terminated on nulls)
- using include files let me shared unicode definitions between files
- i ditched all my \uxxxx escapes and now use input-encoding utf8
- the new difference operator on utf8 charsets saved me several very large classes
- i eliminated my 're2c; mv' work-arounds for 're2c -o'
My only complaint: because re2c does not install 'unicode_categories.re', I had to copy that file into my own source repository. I would have preferred to just include re2c's installed copy in my build flow.
Firstly, re2c v1.2 is great!
I am now using more than half of the new feature included in that release:
My only complaint: because re2c does not install 'unicode_categories.re', I had to copy that file into my own source repository. I would have preferred to just include re2c's installed copy in my build flow.