Commit Graph

5 Commits

Author SHA1 Message Date
Charlie Gordon 7a2c6f42d4
Improve libunicode and libregexp headers (#288)
- move all `lre_xxx` functions to libunicode
- use flags table `lre_ctype_bits` instead of bitmaps
- simplify `lre_is_space`, `lre_js_is_ident_first` and `lre_js_is_ident_next`
- simplify `simple_next_token`, handle UTF-8 correctly
- simplify `is_let`, remove dead code
2024-05-05 17:47:40 +02:00
Kanstantsin Sokal ebe7496d14
Fix build: use LRE_BOOL in libunicode.h (#244) 2024-03-03 15:36:00 +01:00
Charlie Gordon 37bd4ae62d Strip trailing spaces 2024-02-10 16:19:17 +01:00
Fabrice Bellard af308614a8 fixed regexp case insensitive flag 2024-01-08 18:42:29 +01:00
bellard 91459fb672 2020-01-05 release 2020-09-06 18:53:08 +02:00