Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse whitespace and comments #18

Open
S11001001 opened this issue Feb 10, 2015 · 2 comments
Open

Parse whitespace and comments #18

S11001001 opened this issue Feb 10, 2015 · 2 comments

Comments

@S11001001
Copy link
Member

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

@S11001001
Copy link
Member Author

I believe this needs a new Trifecta release to fix completely, and thus #17 fixed as well. /cc @ekmett

@S11001001
Copy link
Member Author

196d864 should deal with the first of these; thanks @ekmett for the tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants