tokgen.icn: Procedures for token counting

link tokgen
May 23, 1996; Ralph E. Griswold
This file is in the public domain.

These procedures are for use with code produced by a meta-translator.
The result of linking these procedures with a program
translated by standard the meta-translator and executing the
result is a tabulation of the tokens in the program.
____________________________________________________________

Bug:  The invocable declaration is not handled properly.  "invocable all"
      will get by, but some other forms produce syntax errors.  The
      problem is in the meta-translator itself, not in this
      program.

Source code | Program Library Page | Icon Home Page