gramprod.hfilesource file

The header defines the GrammarProd intrinsic class and some associated properties and constants.

Summary of Classes  

GrammarProd 

Summary of Global Functions  

(none)

Summary of Macros  

_GRAMPROD_H_  GramTokTypeLiteral  GramTokTypeNSpeech  GramTokTypeProd  GramTokTypeSpeech  GramTokTypeStar  GramTokTypeTokEnum 

Summary of Enums  

(none)

Summary of Templates  

(none)

Global Functions  

(none)

Macros  

_GRAMPROD_H_gramprod.h[13]


no description available

GramTokTypeLiteralgramprod.h[135]
3 /* token matches a literal string */
no description available

GramTokTypeNSpeechgramprod.h[138]
6 /* matches any of several parts of speech */
no description available

GramTokTypeProdgramprod.h[133]
1 /* token matches a sub-production */
Token slot types. Each token slot in an alternative has a type, which determines what it matches in an input token list. getGrammarInfo() returns these type codes in the GrammarAltTokInfo objects.

GramTokTypeSpeechgramprod.h[134]
2 /* token matches a specific part of speech */
no description available

GramTokTypeStargramprod.h[137]
5 /* token matches all remaining input tokens */
no description available

GramTokTypeTokEnumgramprod.h[136]
4 /* token matches a token class enum */
no description available

Enums  

(none)

Templates  

(none)

TADS 3 Library Manual
Generated on 12/22/2011 from TADS version 3.1.0