Explorar el Código

Added unicode.lark (Issue #738)

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
Erez Sh hace 3 años
padre
commit
ff155cd21a
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      lark/grammars/unicode.lark

+ 7
- 0
lark/grammars/unicode.lark Ver fichero

@@ -0,0 +1,7 @@
// TODO: LETTER, WORD, etc.

//
// Whitespace
//
WS_INLINE: /[ \t\xa0]/+
WS: /[ \t\xa0\f\r\n]/+

Cargando…
Cancelar
Guardar