This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Writing a frontend to GCC


>>>>> "Stephano" == Stephano Mariani <sk.gccml@btinternet.com> writes:

 > I am testing an experimental language that I and a few colleagues have
 > dsigned. We would rather write frontend to gcc rather than writing our own
 > compiler from scratch, and were looking for any information you may be able
 > to offer... perhaps someone has documented this. Please bear in mind that we
 > have never written a compiler this complex before.

If this is an experimental compiler, why not just output C and save
yourself a ton of time?  See if it works for you, and if it's
something you want to support, start hacking the front end to gcc.

All for the lazy man approach.
Aldy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]