How to setup Visual Studio/JetBrains Rider for interpreter development in F#?

223 Views Asked by At

For a while now I have been experiencing issues with configuring IDE`s (Visual Studio and JetBrains Rider) to include FsLexYacc packages and etc. to start learning interpreter development. I have been following this guide at GitHub of how to add configurations into .fsproj file, but my VS 2017 crashed with an issue of unrecognized tag FsYacc. Also I have been searching for online templates, there were non available. Maybe some of you have been experiencing the same problem and found a solution and could help me ?

Edited: the error that IDE is throwing when I update the .fsproj file:

Project 'Test' load failed: The element <FsYacc> beneath element <Project> is unrecognized.  D:\RiderProjects\Test\Test\Test.fsproj 
0

There are 0 best solutions below

Related Questions in F#