Procházet zdrojové kódy

Add information about debug=True (Issue #750)

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.1
Erez Sh před 3 roky
rodič
revize
27ef9fcbf0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      lark/lark.py

+ 2
- 1
lark/lark.py Zobrazit soubor

@@ -35,7 +35,8 @@ class LarkOptions(Serialize):
start
The start symbol. Either a string, or a list of strings for multiple possible starts (Default: "start")
debug
Display debug information, such as warnings (default: False)
Display debug information and extra warnings. Use only when debugging (default: False)
When used with Earley, it generates a forest graph as "sppf.png", if 'dot' is installed.
transformer
Applies the transformer to every parse tree (equivalent to applying it after the parse, but faster)
propagate_positions


Načítá se…
Zrušit
Uložit