gppg_try1

gppg /nolines calc.y > calc.cs

csc /r:QUT.ShiftReduceParser.dll calc.cs

csc ShiftReduceParserCode.cs calc.cs

//===

D:\Downloads\gppg-distro-1_5_0\binaries>Calc

Unhandled Exception: System.BadImageFormatException: Could not load file or assembly ‘QUT.ShiftReduceParser, Version=1.4.6.0, Culture=neutral, PublicKeyToken=402396ef6102baec’ or one of its dependencies.

*** This assembly(QUT.ShiftReduceParser.dll) is built by a runtime newer than the currently loaded runtime and cannot be loaded.

File name: ‘QUT.ShiftReduceParser, Version=1.4.6.0, Culture=neutral, PublicKeyToken=402396ef6102baec’

WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].