An interface defining three words tables summarizing the information given by a WordsDef. It is used by Words for efficient and readable access to that information.

interface GWordsTables {
    Keywords: WordsTable;
    Primitives: WordsTable;
    PunctuationKeywords: WordsTable;
    SymbolicKeywords: WordsTable;
}

Properties

Keywords: WordsTable
Primitives: WordsTable
PunctuationKeywords: WordsTable
SymbolicKeywords: WordsTable