old-www/HOWTO/GCC-Frontend-HOWTO-8.html

34 lines
1.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE> GCC Frontend HOWTO: Demo front end </TITLE>
<LINK HREF="GCC-Frontend-HOWTO-9.html" REL=next>
<LINK HREF="GCC-Frontend-HOWTO-7.html" REL=previous>
<LINK HREF="GCC-Frontend-HOWTO.html#toc8" REL=contents>
</HEAD>
<BODY>
<A HREF="GCC-Frontend-HOWTO-9.html">Next</A>
<A HREF="GCC-Frontend-HOWTO-7.html">Previous</A>
<A HREF="GCC-Frontend-HOWTO.html#toc8">Contents</A>
<HR>
<H2><A NAME="s8">8. Demo front end </A></H2>
<P>A front end for our demo language is provided at http://
www.gec-fsug.org/gcc-front/demo.tar.gz.
<P>It has
been tested with the GCC (version 2.95.3) back end. You can make
experiments with the front end. Try to add more constructs.
Constructs such as for loops, repeat until, case structure,
else if, can be easily added in our demo language.
<P>If you're successful with the creation of a new front end,
please do send it to us, so that it would be a great help for
the newcomers in the field of GCC front ends.
<P>
<HR>
<A HREF="GCC-Frontend-HOWTO-9.html">Next</A>
<A HREF="GCC-Frontend-HOWTO-7.html">Previous</A>
<A HREF="GCC-Frontend-HOWTO.html#toc8">Contents</A>
</BODY>
</HTML>