editor for creating grammar

Philipp Kraus <philipp.kraus@flashpixx.de>
Wed, 28 Apr 2010 20:04:35 +0200

          From comp.compilers

Related articles
editor for creating grammar philipp.kraus@flashpixx.de (Philipp Kraus) (2010-04-28)
Re: editor for creating grammar gneuner2@comcast.net (George Neuner) (2010-05-01)
| List of all articles for this month |

From: Philipp Kraus <philipp.kraus@flashpixx.de>
Newsgroups: comp.compilers
Date: Wed, 28 Apr 2010 20:04:35 +0200
Organization: 1&1 Internet AG
Keywords: parse, editor, question
Posted-Date: 30 Apr 2010 18:45:07 EDT

Hello,


I try to create my own language in EBNF structure. At this time I use
AntLR for creating the grammar and testing my grammar rules.
But AntLR seems to be a little bit buggy. Same grammar run in one
hand perfectly and on the other hand the grammar crashs AntLR down.


Do anyone know a tool for create grammars with a interpreter and
graphical view of the grammar? I use OS X and Linux and will take
the rules to C++ with Bison.


Thanks a lot


Phil



Post a followup to this message

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