You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buildDepends = with haskellPackages; [ parsec indents ];
buildTools = with haskellPackages; [ cabalInstall ];
meta = {
homepage = "https://github.com/Chobbes/Haithon";
description = "A Haskell parser for a subset of the Python language. The intention of this project is two-fold! Firstly, I wish to try out Parsec's handling of indentation sensitive languages, and secondly I want to experiment with using this as some course material!";