trouble with perl-byacc

peschko@cs.umn.edu (Edward S. Peschko)
Thu, 16 Nov 1995 03:43:52 GMT

          From comp.compilers

Related articles
trouble with perl-byacc peschko@cs.umn.edu (1995-11-16)
| List of all articles for this month |

Newsgroups: comp.compilers
From: peschko@cs.umn.edu (Edward S. Peschko)
Keywords: yacc, question
Organization: University of Minnesota, Twin Cities
Date: Thu, 16 Nov 1995 03:43:52 GMT

hey --


I was wondering if anybody had lots of experience with using perl-byacc to
generated perl code...


I am having great conceptual difficulty with this -- mainly because byacc
is designed with structures in mind, and has 'typing' to handle symbol
tables, etc.


Hence, when you try to make these same symbol tables with perl... perl's
associative arrays don't work because byacc is looking for *pointers* --
not actual values (except in the case of ints)


Thanks for any help...


Ed
--


Post a followup to this message

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