2002-06-02 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
[mono.git] / mcs / mbas / ChangeLog
1 2002-06-02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
2         * copied methods MakeName and CheckDef from mcs\cs-parser.jay to GenericParser.cs \r
3           where they are inherited by mb-parser.jay/cs\r
4         * put some code on the Module rule in mb-parser.jay to at least generate a class in the assembly,\r
5           if I jump over the entry-point check code, while debugging\r
6         \r
7 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
8         * class Mono.MonoBASIC.Tokenizer now handles \r
9                 - all valid line-terminators (CR, LF, CRLF, LS and PS)\r
10                 - escaped identifiers (like [Integer])\r
11                 - old-fashioned comments syntax (REM Blah-Blah)\r
12 \r
13 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
14         * modified mbas.ico to be a small version of mono´s logo (see mcs\MonoIcon.png)\r
15 \r
16 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
17         * squashed some reduce/reduce conflicts out of mb-parser.jay\r
18 \r
19 2002-05-31  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
20         * merged codegen.cs from mcs\r
21         * altered Driver.cs to work with new codegen.cs\r
22 \r
23 2002-05-27  Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
24 \r
25         * merged all I could from mcs source files into mbas\r
26         * added VS.NET Solution and Project Files for mbas\r
27         * added icon file and a vb-sources-filled testmbas directory\r
28         * started this ChangeLog\r