I'm trying to run some FParsec code in F# Interactive but with no success. I am
able to build and run this tutorial.fs file, but the same isn't happening with FSI, as it didn't recognize FParsec.dll.
I've already tried running the #r "Parsec" command in FSI but it was of no avail.
Anyone has a clue on what might be the problem here?
