Eli 4.8.0 released

"W. M. Waite" <william.waite@Colorado.EDU>
Tue, 9 Apr 2013 20:39:25 -0600

          From comp.compilers

Related articles
Eli 4.8.0 released william.waite@Colorado.EDU (W. M. Waite) (2013-04-09)
| List of all articles for this month |

From: "W. M. Waite" <william.waite@Colorado.EDU>
Newsgroups: comp.compilers
Date: Tue, 9 Apr 2013 20:39:25 -0600
Organization: Compilers Central
Keywords: tools, parse, available
Posted-Date: 10 Apr 2013 00:25:43 EDT

Eli 4.8.0 is now available at http://eli-project.sourceforge.net/.
This release allows a user to combine Eli-generated tree computations
with scanner/parser modules created by other tools such as ANTLR, Flex,
or Bison. See http://eli-project.sourceforge.net/elionline/news4.8_toc.html
for details.


Many tools are available for creating processors that scan and parse
text. These tools differ among themselves in strategy and power. All
support mechanisms to build trees on the basis of the relationships
implicit in the input text. Once the tree is built, however, most
systems provide no further aid. The user is responsible for writing
code in C or Java to process and transform the tree.


Eli 4.8.0 has the ability to combine the scanner/parser resulting from
almost any one of these tools with tree computations generated from a
declarative specification. The user can describe the intent of the
tree computations without the need to develop the necessary Visitor
algorithm or data management. Computations can be added to or deleted
from the specification and the code re-generated, simplifying
maintenance. Standard libraries can be used for common tasks such as
name analysis, type analysis, and tree transformation.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.