The Meta-Environment API

term-parsetable.tb

Go to the documentation of this file.
00001 #ifndef __TERM_PARSETABLE__
00002 #define __TERM_PARSETABLE__
00003 
00004 #include <parsetable-utils.tb>
00005 #include <removevarsyntax.idef>
00006 #include <cache-utils.tb>
00007 
00008 process RemoveVarSyntax(Modulename: str, Syntax: term, NewSyntax: term?) is
00009   snd-msg(remove-var-syntax(Modulename, Syntax)) 
00010   . rec-msg(changed-syntax(NewSyntax?)) 
00011 
00012 process ClearTermParseTable(ModuleId : term) is
00013   ClearCachedValue("term-parsetable", ModuleId)
00014   
00015 toolbus(BuildParsetable("term-parsetable", SDF_NAMESPACE, trm, "RemoveVarSyntax"))
00016 
00017 #endif /* __TERM_PARSETABLE__ */

Generated on Fri Sep 12 13:09:47 2008 for sdf-meta by  doxygen 1.4.6