Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.14 KB

PolyCore

PolyCore is a parser and type checker for a simple functional languaje. The ourput is the parsed program and the type check result.

Setup and Build

Pre Requisite

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

Setup

$ . ~/.bashrc 
$ stack setup
$ stack update
$ stack install haskell-dap ghci-dap haskell-debug-adapter

Build

$ stack clean --full
$ stack build

Very important documents

Core Semantic and Syntax