Comments added
authorkaashoek <none@none>
Fri, 15 Jan 1988 16:09:52 +0000 (16:09 +0000)
committerkaashoek <none@none>
Fri, 15 Jan 1988 16:09:52 +0000 (16:09 +0000)
util/ceg/as_parser/eval/eval.c

index 1998d1b..f9b57c7 100644 (file)
@@ -8,6 +8,11 @@
 
 
 
+/* This program processes the file 'as.c', and will take care of things like
+ * %d( <expression>), @func( arg), %$(   ), etc.
+ * The main-loop is constructed as a finite automat.
+ */
+
 
 main()
 {
@@ -182,6 +187,8 @@ char *str;
 }
 
 
+/* Adjust 'cur_pos' when necessary */
+
 pr_call( call)
 char *call;
 {