The Meta-Environment API

asf-language.tb

Go to the documentation of this file.
00001 #ifndef __ASF_LANGUAGE__
00002 #define __ASF_LANGUAGE__
00003 
00004 #include <parsetable-utils.tb>
00005 #include <addeqssyntax.idef>
00006 #include <asf-namespace.h>
00007 #include <sdf-namespace.h>
00008 
00009 process AddEqsSyntax(Modulename: str, Syntax: term, NewSyntax: term?) is
00010   snd-msg(add-eqs-syntax(Modulename, Syntax))
00011   . rec-msg(extended-syntax(NewSyntax?))
00012 
00013 /* note that we provide the SDF_NAMESPACE on purpose */
00014 toolbus(BuildParsetable("equations-parsetable", SDF_NAMESPACE, eqs, "AddEqsSyntax"))
00015 
00016 
00017 #endif /* __ASF_LANGUAGE__ */

Generated on Fri Sep 12 13:16:07 2008 for asfsdf-meta by  doxygen 1.4.6