Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Ensure that you have the following prerequisites installed on your system:
Haskell: GoMelan is developed in Haskell. Install Haskell from .
Git: Git is required for cloning the GoMelan repository. Install Git from .
Make: Make command is required to compile the project. Install Make from .
Open your terminal and run the following command to clone the GoMelan repository:
Step 2: Build GoMelan with Make
Build the GoMelan project using your preferred build system. For example, using Stack:
Step 3: You can now run GoMelan!
Run the GLaDOS interpreter/compiler:
Compile a GoMelan script into a binary
Then execute the binary
You also can run some unit tests by using the following command
Run the tests
GoMelan was tested on linux and MacOS. The import system in GoMelan might not work on Windows.