Add GHC version info

This commit is contained in:
Ethan Girouard 2024-12-11 17:40:15 -05:00
parent f4906899ee
commit bd7f614d23
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -2,6 +2,14 @@
A C-like compiled programming language implemented in Haskell.
## Usage
Note: You must have version 9.0 of the Haskell compiler GHC installed. Otherwise
Cabal will not be able to obtain the necessary dependencies.
It is recommended to use the provided `shell.nix` file to create the proper
environment. Alternatively, you can run the project from the supplied
binaries in the [releases](https://gitea.mregirouard.com/eta357/Windows-12-Compiler/releases)
section.
```shell
cabal run windows12 <input file> out.ll
llc out.ll -o out.s