freed properly. In particular, the FML nodes aren't released yet.
# FML interpreter. Europagate, 1995
#
-# $Id: Makefile,v 1.1 1995/02/06 13:48:09 adam Exp $
+# $Id: Makefile,v 1.1.1.1 1995/02/06 13:48:10 adam Exp $
SHELL=/bin/sh
INCLUDE=-I../include
* FML interpreter. Europagate, 1995
*
* $Log: fml.c,v $
- * Revision 1.1 1995/02/06 13:48:09 adam
- * Initial revision
+ * Revision 1.1.1.1 1995/02/06 13:48:10 adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
*
*/
#include <assert.h>
* FML interpreter. Europagate, 1995
*
* $Log: fml.h,v $
- * Revision 1.1 1995/02/06 13:48:09 adam
- * Initial revision
+ * Revision 1.1.1.1 1995/02/06 13:48:10 adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
*
*/
* FML interpreter. Europagate, 1995
*
* $Log: fmlmem.c,v $
- * Revision 1.1 1995/02/06 13:48:09 adam
- * Initial revision
+ * Revision 1.1.1.1 1995/02/06 13:48:10 adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
*
*/
#include <stdio.h>
* FML interpreter. Europagate, 1995
*
* $Log: fmlp.h,v $
- * Revision 1.1 1995/02/06 13:48:09 adam
- * Initial revision
+ * Revision 1.1.1.1 1995/02/06 13:48:10 adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
*
*/
* FML interpreter. Europagate, 1995
*
* $Log: fmlsym.c,v $
- * Revision 1.1 1995/02/06 13:48:09 adam
- * Initial revision
+ * Revision 1.1.1.1 1995/02/06 13:48:10 adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
*
*/
#include <stdio.h>
* FML interpreter. Europagate, 1995
*
* $Log: fmltest.c,v $
- * Revision 1.1 1995/02/06 13:48:09 adam
- * Initial revision
+ * Revision 1.1.1.1 1995/02/06 13:48:10 adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
*
*/
* FML interpreter. Europagate, 1995
*
* $Log: fmltoken.c,v $
- * Revision 1.1 1995/02/06 13:48:09 adam
- * Initial revision
+ * Revision 1.1.1.1 1995/02/06 13:48:10 adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
*
*/
#include <string.h>
# FML power and multiplication.
#
-# $Id: power.fml,v 1.1 1995/02/06 13:48:09 adam Exp $
+# $Id: power.fml,v 1.1.1.1 1995/02/06 13:48:10 adam Exp $
\bin Mult a b {
\set val 0
# FML tempo test
#
-# $Id: tempo.fml,v 1.1 1995/02/06 13:48:09 adam Exp $
+# $Id: tempo.fml,v 1.1.1.1 1995/02/06 13:48:10 adam Exp $
\set x 1
\set max 10000
\while {\x \lt 10000} {\set x {\x \plus 1}}