ACM Home Page
Please provide us with feedback. Feedback
An automatic object-oriented parser generator for Ada
Full text PdfPdf (263 KB)
Source ACM SIGAda Ada Letters archive
Volume XX ,  Issue 2  (June 2000) table of contents
Pages: 57 - 62  
Year of Publication: 2000
ISSN:1094-3641
Author
Martin C. Carlisle  Department of Computer Science, 2354 Fairchild Dr., Suite 6K41, U.S. Air Force Academy, CO
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 2,   Downloads (12 Months): 13,   Citation Count: 3
Additional Information:

abstract   cited by   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/353399.353403
What is a DOI?

ABSTRACT

Although many parser generator tools (aka compiler compilers) are available, very few create a parse tree. Instead, the user must add actions to the grammar to create the parse tree. This is a tedious, mechanical task, which could easily be automated. We propose a simple scheme to map a grammar to an object-oriented hierarchy, and provide a tool, called AdaGOOP, that creates lexer and parser specifications complete with all of the actions necessary to create the parse tree.