Browse Source
* Src/Parser/CSharp/cs.ATG: * Src/Parser/CSharp/Parser.cs: * Src/Parser/CSharp/CSharpParser.cs: Added ref/out parameters for typed lambda expressions. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3943 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
4 changed files with 286 additions and 247 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
@echo off |
||||
|
||||
echo Generating with #Coco |
||||
|
||||
cd Frames |
||||
|
||||
cp ../CSharp/cs.ATG . |
||||
mono SharpCoco.exe -namespace ICSharpCode.NRefactory.Parser.CSharp cs.ATG |
||||
mv Parser.cs ../CSharp |
||||
|
||||
cp ../VBNet/VBNET.ATG . |
||||
mono SharpCoco.exe -trace GIPXA -namespace ICSharpCode.NRefactory.Parser.VB VBNET.ATG |
||||
mv Parser.cs ../VBNet |
||||
|
||||
rm cs.ATG |
||||
rm VBNET.ATG |
||||
|
||||
cd .. |
Loading…
Reference in new issue