forml
forml copied to clipboard
A programming language
some merge conflict stuff
The existing 0.2 on hackage doesn't build for me, but the latest from github does. Might be nice to do a new hackage release.
As a developer When I type forml -h or -help I expect a list of flags with descriptions So, I don't have to look at the CLI.hs file to see...
Defining a new module should implicitly import the symbols defined in prelude, as the language is effectively useless without it. This should be blocked on #10 to prevent inflating the...
test case : 189 module "Test that nested modules alias correctly" 190 191 open prelude 192 193 module welcome 194 module to 195 module costco 196 greeting = "I love...