unicodetools icon indicating copy to clipboard operation
unicodetools copied to clipboard

Add more tests for regex BNF

Open macchiati opened this issue 4 years ago • 3 comments

Add more code to test the UTS #18 EBNF

macchiati avatar Jan 11 '21 01:01 macchiati

Adds some files that do parsing at a higher level (not as optimized as UnicodeSet) to make it easier to make changes. Use it to test proposed UTS #18 EBNF updates.

macchiati avatar Jan 11 '21 01:01 macchiati

Is this still relevant? Should I assign this to myself for review?

I think I looked at this some time ago and had some concerns about duplicating code from ICU class UnicodeSet... or was that a different discussion?

markusicu avatar May 27 '21 23:05 markusicu

@macchiati reminder of an old project...

markusicu avatar Mar 19 '24 19:03 markusicu

Hi @macchiati it looks like there are two sets of changes here:

  • Some changes in emoji-proposal-handling code, adding some extra checks?
  • An additional UnicodeSet parser related to the TC39 ECMAScript regex proposal?

Are you intending to take one or both of these into the main branch eventually?

@nedley FYI something to grab from the emoji code changes here?

markusicu avatar May 28 '24 19:05 markusicu

This was during investigations of regex sets of strings. I'll close it.

macchiati avatar May 28 '24 23:05 macchiati