bd7f614d23d81f3b961734f581c656951b849d45
Windows12
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
section.
cabal run windows12 <input file> out.ll
llc out.ll -o out.s
gcc out.s -o out
./out
Running Tests
cabal run windows12-qc
Description
Initial Release
Latest
Languages
Haskell
99.6%
Nix
0.4%