PF11 -- Glossary

Andrew Sterian
Padnos School of Engineering
Grand Valley State University


Top-Level | Glossary | Compiler Design | Rationale | Notes
Version 1.0

July 18, 2003
Glossary by Language Category | Glossary by Word Name | Glossary by Source Location | Glossary by ANS Word Set

Introduction

PF11 comprises over 350 built-in Forth words. This glossary is intended to help the user look at these words in various groupings and to quickly jump to the ANS Forth Specification section describing the standard words.

Each Forth word is documented with several attributes:

All PF11 words can be seen as a single group, sorted by word name.

PF11 words can be seen sorted by language category.

PF11 words can be seen sorted by ANS Forth word set.

Finally, PF11 words can be seen sorted by source location.

Adding Words

The glossary documentation is built from a single database, the file doc/src/WordList. The 6 columns of each line in this file represent word name, immediate/deferred flags, source location or ID_XXX code, ANS word set, language category, and description. You can add your own words to this word list and they will be reflected in the HTML documentation after typing "make" in the doc/ subdirectory.


© 2003, Copyright by Andrew Sterian; All Rights Reserved. mailto: steriana@claymore.engineer.gvsu.edu