Re: xml as intermediate representation
- From: Jürgen Kahrs <Juergen.Kahrs@xxxxxxxxx>
- Date: 17 Sep 2005 18:44:10 -0400
tanuj wrote:
> I am writing a compiler as a part of my course project and wanted to
> use xml as an intermediate representation language.All the coding is
> being done in C. Can u suggest me how to go about it.It would be great
> if u could mention some online resources available.
Last year I found this one:
Using XML as an Intermediate Form for Compiler Development
http://www.idealliance.org/papers/xml2001/papers/html/03-05-04.html
It is totally acceptable if you do the coding in C.
But you should at least consider other languages.
When reading, transforming and writing XML, the canonical
approach probably is to use XSL. The XSL Cookbook contains
interesting examples:
http://www.oreilly.com/catalog/xsltckbk/
.
- References:
- xml as intermediate representation
- From: tanuj
- xml as intermediate representation
- Prev by Date: xml as intermediate representation
- Next by Date: Re: How to parse and call c++ constructors?
- Previous by thread: xml as intermediate representation
- Next by thread: Re: xml as intermediate representation
- Index(es):
Relevant Pages
|
|