[mono-vb] yyParser?

Muhammad Abubakar Muhammad Abubakar <abubakarm@gmail.com>
Wed, 3 Nov 2004 12:29:01 +0500


Hi,
I have found the Mono.GetOptions dll.

Only one error is left in building the mbas source with vs.net 2003. The file
 mb-tokenizer.cs is not getting compiled. Its says on this line(27):

public class Tokenizer : yyParser.yyInput

it says "type or namespace yyParser not found".
How do I make this work?

Ab.