Skip to content
Sections
>> Trisquel >> 套件 >> etiona >> doc >> frown-doc
etiona  ]
[ 原始碼: frown  ]

套件: frown-doc (0.6.2.3-4)

frown-doc 的相關超連結

frown-doc

Trisquel 的資源:

下載原始碼套件 frown

維護者:

Original Maintainers:

外部的資源:

  • 主頁 [hackage.haskell.org]

相似套件:

LALR(k) parser generator -- documentation

Frown is an LALR(k) parser generator for Haskell 98 written in Haskell 98.

Its salient features are:

   -  The generated parsers are time and space efficient. On the downside, the
      parsers are quite large.
   -  Frown generates four different types of parsers. as a common
      characteristic, the parsers are genuinely functional (ie ‘table-free’);
      the states of the underlying LR automaton are encoded as mutually
      recursive functions. Three output formats use a typed stack
      representation, and one format due to Ross Paterson (code=stackless)
      works even without a stack.
   -  Encoding states as functions means that each state can be treated
      individually as opposed to a table-driven approach, which necessitates a
      uniform treatment of states. For instance, look-ahead is only used when
      necessary to resolve conflicts.
   -  Frown comes with debugging and tracing facilities; the standard output
      format due to Doaitse Swierstra (code=standard) may be useful for
      teaching LR parsing.
   -  Common grammatical patterns such as repetition of symbols can be
      captured using rule schemata. There are several predefined rule
      schemata.
   -  Terminal symbols are arbitrary variable-free Haskell patterns or guards.
      Both terminal and nonterminal symbols may have an arbitrary number of
      synthesized attributes.
   -  Frown comes with extensive documentation; several example grammars are
      included. Furthermore, Frown supports the use of monadic lexers, monadic
      semantic actions, precedences, and associativity, the generation of
      backtracking parsers, multiple start symbols, error reporting, and a
      weak form of error correction.

其他與 frown-doc 有關的套件

  • 依賴
  • 推薦
  • 建議
  • sug: doc-base
    utilities to manage online documentation

下載 frown-doc

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 457.0 kB3330 kB [文件列表]