Update
authorMiguel de Icaza <miguel@gnome.org>
Sat, 27 Feb 2010 04:17:33 +0000 (04:17 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 27 Feb 2010 04:17:33 +0000 (04:17 -0000)
svn path=/trunk/mcs/; revision=152602

mcs/mcs/repl.txt

index 119f42fda1025b230d5e28dbc6bf22d7677e4933..4f71772f6c9361bb39b22b033c8fd3cd9b4592d3 100644 (file)
@@ -27,6 +27,15 @@ Documentation for the REPL mode for MCS can be found here:
 
 * Supporting class-level declarations
 
+       Currently the evaluator has this feature disabled, to enable
+       it edit the eval.cs file and make this be the default:
+
+-                              parser.Lexer.putback_char = Tokenizer.EvalUsingDeclarationsParserCharacter;
+-                              //parser.Lexer.putback_char = Tokenizer.EvalCompilationUnitParserCharacter;
++                              //parser.Lexer.putback_char = Tokenizer.EvalUsingDeclarationsParserCharacter;
++                              parser.Lexer.putback_char = Tokenizer.EvalCompilationUnitParserCharacter;
+
+       
        It currently has a few problems:
 
        * Support for overwritting existing defined