No description
Find a file
sebastianselander 420fb107f0 Commented code and fixed some bugs I think. Still not complete
id : Int -> Int
id x = x
does not type check
2023-02-19 15:25:49 +01:00
sample-programs Renamer done. 2023-02-14 16:44:38 +01:00
src Commented code and fixed some bugs I think. Still not complete 2023-02-19 15:25:49 +01:00
.gitignore Inference works better now. Still work to do. Should use proper library 2023-02-15 17:40:18 +01:00
CHANGELOG.md cabal init and added formatting options 2023-01-17 11:42:40 +01:00
fourmolu.yaml Simplified quite a bit. Made a unify function. Still bugs left 2023-02-17 11:09:48 +01:00
Grammar.cf Remade the algorithm myself. Still some bugs. 2023-02-18 23:08:27 +01:00
language.cabal Remade the algorithm myself. Still some bugs. 2023-02-18 23:08:27 +01:00
LICENSE Initial commit 2023-01-17 11:37:08 +01:00
Makefile Inference works better now. Still work to do. Should use proper library 2023-02-15 17:40:18 +01:00
README.md Initial commit 2023-01-17 11:37:08 +01:00
shell.nix Add llvm dep 2023-02-09 20:23:20 +01:00
test_program Commented code and fixed some bugs I think. Still not complete 2023-02-19 15:25:49 +01:00

language