2002-06-12 Rafael Teixeira * merged typemanager.cs from mcs/mcs 2002-06-10 Rafael Teixeira * merged expression.cs and interface.cs from mcs/mcs 2002-06-09 Rafael Teixeira * merged const.cs, enum.cs, expression.cs and typemanager.cs from mcs/mcs * comments on module.cs 2002-06-07 Rafael Teixeira * merged class.cs, attribute.cs from mcs/mcs 2002-06-07 Rafael Teixeira * merged class.cs, enum.cs, expression.cs, interface.cs, rootcontext.cs and typemanager.cs from mcs/mcs * added module.cs (class Mono.MonoBASIC.Module - derived from Mono.CSharp.Class) * added System.XML and Microsoft.VisualBasic to the default config (driver.cs) 2002-06-07 Rafael Teixeira * merged class.cs and ecore.cs from mcs/mcs 2002-06-02 Rafael Teixeira * copied methods MakeName and CheckDef from mcs\cs-parser.jay to GenericParser.cs where they are inherited by mb-parser.jay/cs * put some code on the Module rule in mb-parser.jay to at least generate a class in the assembly, if I jump over the entry-point check code, while debugging 2002-05-31 Rafael Teixeira * class Mono.MonoBASIC.Tokenizer now handles - all valid line-terminators (CR, LF, CRLF, LS and PS) - escaped identifiers (like [Integer]) - old-fashioned comments syntax (REM Blah-Blah) 2002-05-31 Rafael Teixeira * modified mbas.ico to be a small version of mono´s logo (see mcs\MonoIcon.png) 2002-05-31 Rafael Teixeira * squashed some reduce/reduce conflicts out of mb-parser.jay 2002-05-31 Rafael Teixeira * merged codegen.cs from mcs * altered Driver.cs to work with new codegen.cs 2002-05-27 Rafael Teixeira * merged all I could from mcs source files into mbas * added VS.NET Solution and Project Files for mbas * added icon file and a vb-sources-filled testmbas directory * started this ChangeLog