add two LUT-based implementations of isSymbol

This commit is contained in:
Jeffrey C. Ollie
2025-09-04 23:04:08 -05:00
parent 968b9d536d
commit a7da96faee
13 changed files with 634 additions and 25 deletions

View File

@@ -9,5 +9,7 @@ pub const graphemeBreak = grapheme.graphemeBreak;
pub const GraphemeBreakState = grapheme.BreakState;
test {
_ = @import("symbols1.zig");
_ = @import("symbols2.zig");
@import("std").testing.refAllDecls(@This());
}