Skip to content

implement Scripts, Script_Extensions, Noncharacter_Code_Point, and Default_Ignorable_Code_Point #112

@srghma

Description

@srghma

related to pandaman64/lean-regex#137 (comment)

I am particularry interested in having functions like https://www.dorais.org/lean4-unicode-basic/doc/UnicodeBasic.html#Unicode.isAlphabetic but

def Unicode.isKhmer (char : Char): Bool := -- same as \p{Script=Khmer}
def Unicode.isCyrillic (char : Char): Bool := -- same as \p{Script=Cyrillic}

etc (if it makes sense). Tnx

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions