{"id":15354555,"url":"https://github.com/kennethnym/simple-haskell-machine","last_synced_at":"2025-12-25T18:04:25.830Z","repository":{"id":110250710,"uuid":"460822786","full_name":"kennethnym/simple-haskell-machine","owner":"kennethnym","description":"Coursework for making a simple machine, interpreter and compiler in Haskell.","archived":false,"fork":false,"pushed_at":"2022-02-18T11:17:28.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T06:45:35.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kennethnym.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-18T11:17:01.000Z","updated_at":"2022-02-18T11:17:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"189719dc-bc43-452e-90be-7159e4019435","html_url":"https://github.com/kennethnym/simple-haskell-machine","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"9766ff0c458ee021168d5ae249119c886d3ea6b8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethnym%2Fsimple-haskell-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethnym%2Fsimple-haskell-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethnym%2Fsimple-haskell-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennethnym%2Fsimple-haskell-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kennethnym","download_url":"https://codeload.github.com/kennethnym/simple-haskell-machine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243384909,"owners_count":20282456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T12:19:45.203Z","updated_at":"2025-12-25T18:04:25.750Z","avatar_url":"https://github.com/kennethnym.png","language":"Haskell","readme":"# ECM2418 Coursework 2021\n\nThis is the template project for the ECM2418 coursework for 2021.\nIt consists of three folders:\n- *src* contains templates for the three main modules: Compiler.hs, Interpreter.hs, and StackMachine.hs.\n- *test* contains a simple testsuite which allows you to check that your code satisfies minimum criteria.\n- *app* contains the main module which is invoked when the executable is executed.\n\nIn addition the project contains three configuration files:\n- *package.yaml* to describe project dependencies\n- *stack.yaml* to describe execution options\n\nFor your assignment you do **only** need to modify files in *src* and *app*. Do **not** change any other files.\n\nThe project is setup to be used with the Haskell Tool [Stack](https://docs.haskellstack.org/en/stable/README/) which is a cross-platform program for developing Haskell projects.\n\n## How to install\n\nStack can be installed on most Unix-like (Un*x) operating systems, including macOS, and on Windows.\n\nFor most Un*x operating systems, the easiest way to install is to run:\n\n    curl -sSL https://get.haskellstack.org/ | sh\n\nor\n\n    wget -qO- https://get.haskellstack.org/ | sh\n\nOn Windows, you can download and install the Windows 64-bit Installer.\nNote that systems with antivirus software may need stack added to the list of \"trusted\" applications.\n\nFor other operating systems and direct downloads, check out the [install and upgrade guide](https://docs.haskellstack.org/en/stable/install_and_upgrade/).\n\nIf you already have stack installed, upgrade it to the latest version by running:\n    \n    stack upgrade\n\n## Executing ghci\n\nTo execute the interpreter you can just execute\n\n    stack ghci\n\nfrom within the *coursework* directory.\nThis will download the correct version of *ghci* and execute it.\n\n## Executing testcases\n\nTo execute the testcases you can execute\n\n    stack test\n\nThis will execute all the tests from the *test* directory.\n\n## Executing the project\n\nYou can also build the project by executing\n\n    stack build\n\nThis will compile the project and produce an executable which executes the *main* method from the Main module (app/Main.hs).\nThe executable can then be executed with\n    \n    stack exec coursework-exe","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethnym%2Fsimple-haskell-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennethnym%2Fsimple-haskell-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethnym%2Fsimple-haskell-machine/lists"}