Skip to content

Parse whitespace and comments #18

@S11001001

Description

@S11001001

As of 97ed3b2:

λ> :l Ermine.Console.Module
...
λ> testLoader "Prelude.DB"
Left (interactive):1:1: error: expected: module header

remove whitespace at top

λ> testLoader "Prelude.DB"
Left (interactive):1:1: error: expected: ":",
    "data", "infix", "infixl",
    "infixr", "postfix", "prefix",
    "type", end of input,
    term variable
-- foreign data DB a 
^                    

/cc @joshcough

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions