EBNFGrammar.symbolInstanceToString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string symbolInstanceToString(SymbolInstance s, bool includeAll, bool escape)
    class EBNFGrammar
    const
    string
    symbolInstanceToString
    (,
    bool includeAll = true
    ,
    bool escape = false
    )
  2. string symbolInstanceToString(SymbolInstance[] symbols, bool includeAll, bool escape)
  3. void symbolInstanceToString(Appender!string app, SymbolInstance s, bool includeAll, bool escape)

Meta