You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rhys Weatherley c9cf69c1f2 Implement tail calls from a function to itself. 21 years ago
..
.cvsignore Modify the autoconf/automake build system to use libtool. 21 years ago
Makefile.am Implement tail calls from a function to itself. 21 years ago
README Initial revision 21 years ago
t1.c Initial revision 21 years ago
t2.c Implement tail calls from a function to itself. 21 years ago
t3.c Initial revision 21 years ago
t4.cpp Initial revision 21 years ago
t5.c Implement tail calls from a function to itself. 21 years ago

README


This directory contains the source code for the tutorial programs.
The tutorials themselves can be found in "libjit/doc/libjit.texi".

The source code for these tutorials is hereby placed into the public domain.
You can do whatever you wish with the source, including cutting and pasting
bits and pieces into your own program.

However, libjit itself remains under the terms of the GNU General Public
License, so you must still obey the terms of the GPL when you link your
program against libjit.