Paketname | semantic |
Beschreibung | Parser Infrastructure for Emacsen |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:1.0pre4-3.1 |
Sektion | editors |
Priorität | optional |
Installierte Größe | 2748 Byte |
Hängt ab von | cedet-common, ede, eieio (>= 1:1.0pre4-3) |
Empfohlene Pakete | |
Paketbetreuer | Michael W. Olson (GNU address) |
Quelle | cedet |
Paketgröße | 830320 Byte |
Prüfsumme MD5 | 5eb8bbb389bbb9b505a5072100c73249 |
Prüfsumme SHA1 | 2f32cb09d39a1923f4dc1a6f0126662e18e796bc |
Prüfsumme SHA256 | 88b5b124b4dcd76a2f38629d9475d715f5833027f7c2ddb32a4ab76eb983a727 |
Link zum Herunterladen | semantic_1.0pre4-3.1_all.deb |
Ausführliche Beschreibung | The Semantic Bovinator's goal is to provide an intermediate API for
authors of language agnostic tools who want to deal with languages in
a generic way. It also provides a simple way for Mode Authors, who
are experts in their language, to provide a parser for those tool
authors, without knowing anything about those tools.
.
The Semantic Bovinator is made up of these important pieces:
- lexer: Converts a language into a token stream
- parser: Converts a token stream into a stream of nonterminals
defined by the language.
- parser-generator: Converts a language definition into a table
usable by the parser. (Written using the Semantic Bovinator)
- Language Definitions: Parsers already existing for the parser
generator language (Bovine Normal Form), Emacs Lisp, and C.
- speedbar browser: Code for browsing a generated nonterminal list
with Speedbar.
- Documentation generator: Identifies inline documentation in source
code, and can convert it to texinfo. It can also create inline
documentation.
.
Semantic is now a part of CEDET (Collection of Emacs Development
Environment Tools).
|