Related articles |
---|
unparsing rules with kimwitu abate@gutturnio.students.cs.unibo.it (2000-05-12) |
Re: unparsing rules with kimwitu loewis@informatik.hu-berlin.de (Martin von Loewis) (2000-05-20) |
Re: unparsing rules with kimwitu Axel.Belinfante@cs.utwente.nl (2000-05-20) |
From: | abate@gutturnio.students.cs.unibo.it (Pietro Abate) |
Newsgroups: | comp.compilers |
Date: | 12 May 2000 22:33:28 -0400 |
Organization: | Department of Computer Science - University of Bologna |
Keywords: | tools |
Hi,
few days ago I wrote on comp.compilers asking for help
to use kimwitu with lex and yacc..
Now I've understood how to build parse rules (I'm able to parse a sentence
and i.e. anlyze it with gviz), but I'm in a mess with the unparsing
rules. I've seen the SDL rules for the site project, but they use
a plain mapping from the common representation to html or latex.
Instead I need to make huge transformation of the tree (I'm familiar with
xslt...) and I've not understood if there are some other methods
to do it or I've to build by scratch a data structure and work on it...
TIA,
pietro
Return to the
comp.compilers page.
Search the
comp.compilers archives again.