An open API service indexing awesome lists of open source software.

https://github.com/willkill07/fsharp-json-compiler


https://github.com/willkill07/fsharp-json-compiler

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# F# Compiler Frontend Example

```
/compiler
dotnet new classlib -lang=f# -f=netcoreapp3.1
dotnet add package FsLexYacc --package-directory deps --framework netcoreapp3.1
/cli
dotnet new console -lang=f# -f=netcoreapp3.1
dotnet add reference ../compiler/
```