RTL Grammar
code string part of the prim_body is as follows:
rtl_prim ::= rtl_stmtsFor languages that have separate front-ends, such as C++ and Modula-3, source files are translated by the front-end into RTL files. An RTL file is described by the following grammar:
rtl_file	::=	{ rtl_decl | pragma }
rtl_decl	::= 	rtl_object_decl
	|	rtl_method_decl
	|	rtl_extern_method_decl
	|	rtl_field_decl
	|	rtl_var_decl
	|	rtl_assoc_decl
	|	rtl_include_decl
	|	rtl_top_level_stmts
Generated with Harlequin WebMaker