Hi!
I have implemented a parser for a special purpose language a few
years ago, using some version of PCCTS 1.33.
1) I wonder now how easy/diffcult it would be to ****t the grammar of this
language to Flex/Bison for inclusion into another, considerably larger
parser, made by others. Is it so that with Flex/Bison the grammars are not
LL(k), which means that I basically have to rewrite my grammar in the
LR(k) (or whatever else) paradigm?
What I actually am asking for is, how close to a cut-and-paste process
will I come?
2) I thought ANTLR sup****ts Python also, but a quick look on the ANTLR
web-pages do not produce any information about it. If Python is indeed
sup****ted, is there a recommanded way to ****t my grammar to ANTLR with
Python?
Thanks,
Catalin
--
<<<< ================================== >>>>
<< We are what we repeatedly do. >>
<< Excellence, therefore, is not an act >>
<< but a habit. >>
<<<< ================================== >>>>


|