Re: Trying to develop new frontend

2014-08-05 Thread Iain Buclaw
On 5 August 2014 15:17, Daniel Neis wrote: > Hello, > > i am trying to develop a GCC frontend using flex and bison as lexer/parser. > > i've read several documentation (the list below and also the gccint.info) > > * https://github.com/rabishah/Mini-C-Compiler-using-Flex-And-Yacc/ > * http://www.tl

Trying to develop new frontend

2014-08-05 Thread Daniel Neis
Hello, i am trying to develop a GCC frontend using flex and bison as lexer/parser. i've read several documentation (the list below and also the gccint.info) * https://github.com/rabishah/Mini-C-Compiler-using-Flex-And-Yacc/ * http://www.tldp.org/HOWTO/GCC-Frontend-HOWTO.html * https://gcc.gnu.or