gren-lang / compiler

Compiler for the Gren programming language

Home Page:https://gren-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gren

Compiler for Gren, a pure functional programming language that is easy to learn, but powerful in use.

There are easier ways to install the compiler than compiling the source, you might want to read the setup instructions.

Build from source

The Gren compiler is written in Haskell, so to build from source you need to have GHC 9.4 (Haskell compiler) and Cabal 3.8 (haskell build tool) installed on your system.

You can install these using ghcup. By default, ghcup will install an older version of Haskell and Cabal, so you can install and set the required versions using ghcup tui.

Compiling and installing the project should just be a matter of cabal install, after which you should be able to run the gren command from your command line.

Read the CONTRIBUTING.md file for some helpful commands for working on the compiler itself.

About

Compiler for the Gren programming language

https://gren-lang.org

License:Other


Languages

Language:Haskell 100.0%