软件包: erlang-neotoma (1.7.4+dfsg-2)
erlang-neotoma 的相关链接
Trisquel 的资源:
下载源码包 neotoma:
维护者:
Original Maintainer:
- Nobuhiro Iwamatsu
外部的资源:
- 主页 [github.com]
相似软件包:
parser generator for Erlang
Neotoma is a packrat parser-generator for Erlang for Parsing Expression Grammars (PEGs). It consists of a parsing-combinator library with memoization routines, a parser for PEGs, and a utility to generate parsers from PEGs. It is inspired by treetop, a Ruby library with similar aims, and parsec, the parser-combinator library for Haskell.
Features include:
- Simple, declarative parsers generated from even simpler grammars. - Fully integrated, single-pass lexical and syntactic analysis (a feature of PEGs). - Packrat-style memoization, boasting parse-time bound linearly to the input size (at the expense of memory usage). - In-place semantic analysis/transformation, supporting single-pass end-to-end in some applications. - Erlang code-generation for the lexical/syntactic analysis piece, with the option of semantic analysis/transformation inline, or in a separate module. - Line/column number tracking for easy resolution of parsing errors.
其他与 erlang-neotoma 有关的软件包
|
|
|
-
- dep: erlang-base (>= 1:19.2.1+dfsg)
- Erlang/OTP virtual machine and base applications
- 或者 erlang-base-hipe (>= 1:19.2.1+dfsg)
- Erlang/OTP HiPE enabled virtual machine and base applications