Fscan is a tool that scans the Forth source code files comprising a program and produces a text file report listing ANS Forth words used by the program for each word set. The report also lists undefined words that may need to be provided with the program, for example non-standard words provided by a development system but not necessarily available in all ANS Forth systems. Each word reported has a number giving the number of occurrences of that word. The text scanning uses data tables produced by the LexGen tool also available on this web-site. See the file readme.txt for more details.
Version 1.0, 30 December 2006 first release
Download Fscan
Any comments, error reports etc will be gratefully received, email Gerry Jackson.