To use with fsharpi pass the -r
flag to the runtime:
fsharpi -r /usr/lib/mono/fsharp/FsLexYacc.Runtime.dll MyCoolFSharpFile.fs
Git Clone URL: | https://aur.archlinux.org/fsharp-fslexyacc.git (read-only, click to copy) |
---|---|
Package Base: | fsharp-fslexyacc |
Description: | Tools for FsLex/FsYacc lexer/parser generation tools |
Upstream URL: | https://fsprojects.github.io/FsLexYacc/ |
Licenses: | Apache |
Submitter: | martoko |
Maintainer: | martoko |
Last Packager: | martoko |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-02 14:06 (UTC) |
Last Updated: | 2019-11-21 16:28 (UTC) |
To use with fsharpi pass the -r
flag to the runtime:
fsharpi -r /usr/lib/mono/fsharp/FsLexYacc.Runtime.dll MyCoolFSharpFile.fs
Things I wouldn't mind getting feedback on:
/usr/lib/mono/fsharp
should this perhaps be /usr/lib/fslexyacc
instead? (creates problem with finding FSharp.Core.dll)
Pinned Comments
martoko commented on 2019-01-02 14:13 (UTC)
To use with fsharpi pass the
-r
flag to the runtime: