From a15cf65c44d5c224169c32ef5495b68c758134b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 18 May 2014 16:08:14 +0200 Subject: Imported Upstream version 3.3.0.2 --- libfrontend-elements/documentation/index.xhtml | 77 ++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 libfrontend-elements/documentation/index.xhtml (limited to 'libfrontend-elements/documentation/index.xhtml') diff --git a/libfrontend-elements/documentation/index.xhtml b/libfrontend-elements/documentation/index.xhtml new file mode 100644 index 0000000..ad12e50 --- /dev/null +++ b/libfrontend-elements/documentation/index.xhtml @@ -0,0 +1,77 @@ + + + + + + + + + libfrontend-elements/documentation + + + + + + + + + + + + + + +
+

libfrontend-elements consists of the following +elements:

+ + + + +

Context is essentially a heterogeneous map of names to instances of +arbitrary types. It is primarily used to allow arbitrary annotations of +semantic graph nodes and edges, which are often useful +during code generation.

+ +

Diagnostic framework allows to implement consistent and extensible +compiler diagnostic without incurring significant notational burden.

+ +

TokenStream is a generic interface which is usually +implemented by a lexical analyzer.

+ +

Traversal is a significant enhancement of a well-known visitor +idiom which is often used to traverse semantic graphs.

+ +
+ +
+

Copyright © 2005-2010 Boris Kolpackov.

+ +
+Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU Free +Documentation License, version 1.2; with no Invariant Sections, no +Front-Cover Texts and no Back-Cover Texts. +
+
+ + + -- cgit v1.2.3