>I have seen mb-parser.jay. > >It seems a file that contain a C# class, but that needs to be >pre-processed, >probably by jay. >The pre-processing probably generate some kind of "symbol table" used by >yacc components. > >Am I correct? > > Marco
Jay IS yacc, but tweaked to generate C# code instead of C code. Yes, it pre-process mb-parser.jay creating mb-parser.cs that contains the table-driven state-machine that parses the source generating the AST. So far the mcs AST has shown itself as appropriate to be extended to work for mbas. Rafael Teixeira Brazilian Polymath _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
