First version of the FML interpreter. It's slow and memory isn't
[egate.git] / fml / fmlsym.c
index b9a8390..8593376 100644 (file)
@@ -2,8 +2,9 @@
  * 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>