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'm struggling to install the parser.
What I've done so far:
Install OCaml
Install opam
Install OASIS: opam install oasis
Then, I ran ./configure and I got errors related with absolute paths to your home folder. I've found that in file setup.data. Removing this file seems to fix the problem.
Hi! So before I explain you how to install the package, here's a brief overview of current status:
I am working in parallel on the implementation of the language (fold-lang/fold and the separate parsing library called pratt, used by the language (this repo of course).
At the moment they are a bit out of sync. The parser is working and implements a basic macro system. But the main repository fold-lang/fold is still under active development. I'm essentially trying to merge two efforts and use pratt in fold as a library.
Now, about the installation instructions: You can add the fold package repository to opam and directly install the parser:
Can you provide installation instructions?
I'm struggling to install the parser.
What I've done so far:
opam install oasis
Then, I ran
./configure
and I got errors related with absolute paths to your home folder. I've found that in filesetup.data
. Removing this file seems to fix the problem.But then I've got this error:
The text was updated successfully, but these errors were encountered: