-
Notifications
You must be signed in to change notification settings - Fork 0
leflings/ImpProgLang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
If you need to update lexer/parser, use the following commands in Project "Properties" -> "Build Events" -> "Prebuild event command line": fslex "$(ProjectDir)Lexer.fsl" fsyacc --module Parser "$(ProjectDir)Parser.fsy" If F# PowerPack is not in PATH environment variable, try to use the absolute paths "C:\Program Files (x86)\FSharpPowerPack-4.0.0.0\bin\fslex" "$(ProjectDir)Lexer.fsl" "C:\Program Files (x86)\FSharpPowerPack-4.0.0.0\bin\fsyacc" --module Parser "$(ProjectDir)Parser.fsy"
About
Project 1 of 02257 Applied Functional Programming at DTU
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published