pos_utf8.ebnf (147B)
1 %lex :utf8 { 2 %skip WS = [\u{9}\u{A}\u{B}\u{C}\u{D}\u{20}\u{85}\u{2028}\u{2029}]+; 3 WORD = [a-zA-Z0-9\u{E9}\u{3BB}\u{1F642}]+; 4 } 5 6 start = WORD*;
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |