https://github.com/willkill07/fsharp-json-compiler
https://github.com/willkill07/fsharp-json-compiler
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willkill07/fsharp-json-compiler
- Owner: willkill07
- Created: 2020-08-26T22:55:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T23:05:36.000Z (over 5 years ago)
- Last Synced: 2025-07-25T03:37:14.155Z (5 months ago)
- Language: F#
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```