Skip to content
Sections
>> Trisquel >> Paketler >> etiona >> devel >> frown
etiona  ]
[ Kaynak: frown  ]

Paket: frown (0.6.2.3-4)

LALR(k) parser generator

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 ile İlgili Diğer Paketler

  • bağımlılıklar
  • tavsiye edilen
  • önerilen
  • dep: libc6 (>= 2.15)
    GNU C Library: Shared libraries
    ayrıca şunun tarafından sağlanan bir sanal paket libc6-udeb
  • dep: libffi6 (>= 3.0.4)
    Foreign Function Interface library runtime
  • dep: libgmp10
    Multiprecision arithmetic library
  • rec: frown-doc (= 0.6.2.3-4)
    LALR(k) parser generator -- documentation

frown indir

Tüm mevcut mimariler için indir
Mimari Paket Boyutu Kurulu Boyut Dosyalar
amd64 455,7 kB2390 kB [dosya listesi]
i386 449,2 kB1912 kB [dosya listesi]