In namespace RSLispV3.RunTime: http://pastebin.com/XNb9qi11

LispParser.fsy: http://pastebin.com/pymF1Vvm

LispLexer.fsl: http://pastebin.com/pfXdDuxs

I got in MSBuild the PowerPacks targets, calling them from the .fsprog.

When building with VS2008 I get error: "fslex.exe" exited with code 1.

Help?

link|improve this question

74% accept rate
feedback

2 Answers

This might be the same bug I ran into with the Powerpack Metadata library.

You can test it by temporarily creating the registry key

Software\Microsoft\.NETFramework\AssemblyFolders\Microsoft.FSharp-1.9.9.9

(an equivalent with 2.0.0.0 should already be there.)

Or just download the updated powerpack binaries; they fixed the problem a couple of days ago.

link|improve this answer
What updated binaries? I downloaded the Powerpack 10 hours ago - latest version 2.0.0.0. – Ramon Snir Jun 4 '10 at 16:16
feedback
up vote 0 down vote accepted

Solved: my mistake, no ^ operator. Line 11 for future visitors.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.