Skip to content

implement Scripts, Script_Extensions, Noncharacter_Code_Point, and Default_Ignorable_Code_Point #112

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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