You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am so sorry to raise an issue. I can't, for the life me me, get even the most basic code to work. I have a horrible feeling that this has nothing to do with your code.
#I @"../packages/fparsec/lib/netstandard1.6"
#r @"fparseccs.dll"
#r @"fparsec.dll"
#I @"../packages/fparsec-pipes/lib/netstandard1.6"
#r @"fparsec-pipes.dll"openFParsecopenFParsec.PipesopenSystem// Parses `count` digits and returns the result as an integer.letdigits(count :int)=%%+.(qty.[count]* digit)-|>(String >> Int32.Parse)
and I get this output when I run it in FSI
error FS0193: Could not load file or assembly 'FParsecCS, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null' or one ofitsdependencies.Astrongly-namedassemblyisrequired.(ExceptionfromHRESULT:0x80131044)
The text was updated successfully, but these errors were encountered:
I am so sorry to raise an issue. I can't, for the life me me, get even the most basic code to work. I have a horrible feeling that this has nothing to do with your code.
and I get this output when I run it in FSI
The text was updated successfully, but these errors were encountered: