Skip to content

re2c should install unicode_categories.re somewhere #253

@terpstra

Description

@terpstra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions