Re: a "hello world" frontend

2005-06-13 Thread James A. Morrison
Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes: > Em Sun 12 Jun 2005 23:58, James A. Morrison escreveu: > > Was there anything in particular that you found hard to understand in the > > treelang frontend. It is supposed to be the example/tutorial front-end. > One thing is that the parser

Re: a "hello world" frontend

2005-06-13 Thread Rafael Ávila de Espíndola
Em Sun 12 Jun 2005 23:58, James A. Morrison escreveu: > Was there anything in particular that you found hard to understand in the > treelang frontend. It is supposed to be the example/tutorial front-end. One thing is that the parser is very big and mixed with C code. I find it easier to read a p

Re: a "hello world" frontend

2005-06-12 Thread James A. Morrison
Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes: > Two colleagues (Rafael Dantas de Castro and Gustavo Sverzut Barbieri) and I > decided to try to make a scheme frontend for gcc. Since the task is proving > quite difficult we decided to write a very small frontend that could be used > as

a "hello world" frontend

2005-06-12 Thread Rafael Ávila de Espíndola
Two colleagues (Rafael Dantas de Castro and Gustavo Sverzut Barbieri) and I decided to try to make a scheme frontend for gcc. Since the task is proving quite difficult we decided to write a very small frontend that could be used as a tutorial. We call this small frontend "hello world" because it