Explorar el Código

Merge pull request #93 from micaiahparker/master

added UnexpectedToken to __init__ for help unit testing
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.5.5
Erez Shinan hace 6 años
committed by GitHub
padre
commit
809857091f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lark/__init__.py

+ 1
- 1
lark/__init__.py Ver fichero

@@ -1,5 +1,5 @@
from .tree import Tree, Transformer, InlineTransformer
from .common import ParseError, GrammarError
from .common import ParseError, GrammarError, UnexpectedToken
from .lexer import UnexpectedInput, LexError
from .lark import Lark
from .utils import inline_args


Cargando…
Cancelar
Guardar