Fix repl not to accumulate every evaluated expression
authorMarek Safar <marek.safar@gmail.com>
Fri, 11 Feb 2011 12:02:24 +0000 (12:02 +0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 11 Feb 2011 12:02:24 +0000 (12:02 +0000)
commitbf8270de102f71b88540f734dc3086928ee00c61
tree9ef2d36dbfea2f4070c8eefbc15531995ed944d1
parent78925eeebf51dffd970228a1b84250a958889d88
Fix repl not to accumulate every evaluated expression
12 files changed:
mcs/class/Mono.CSharp/Mono.CSharp_test.dll.sources [new file with mode: 0644]
mcs/class/Mono.CSharp/Test/Evaluator/BuildinCommands.cs [new file with mode: 0644]
mcs/class/Mono.CSharp/Test/Evaluator/CompletionTest.cs [new file with mode: 0644]
mcs/class/Mono.CSharp/Test/Evaluator/EvaluatorFixture.cs [new file with mode: 0644]
mcs/class/Mono.CSharp/Test/Evaluator/ExpressionsTest.cs [new file with mode: 0644]
mcs/class/Mono.CSharp/Test/Evaluator/TypesTest.cs [new file with mode: 0644]
mcs/class/Mono.CSharp/Test/Mono.CSharp.Tests.csproj [new file with mode: 0644]
mcs/class/Mono.CSharp/Test/Mono.CSharp.Tests.sln [new file with mode: 0644]
mcs/mcs/cs-parser.jay
mcs/mcs/eval.cs
mcs/mcs/namespace.cs
mcs/tests/gtest-repl-01.cs [deleted file]