Merge: grammar: support spaces and doc with the `in "Lang"` syntax
authorJean Privat <jean@pryen.org>
Fri, 13 Jun 2014 17:08:47 +0000 (13:08 -0400)
committerJean Privat <jean@pryen.org>
Fri, 13 Jun 2014 17:08:47 +0000 (13:08 -0400)
Enables:
~~~~
extern class A in "Java"
    `{ MyJavaClass `}

# ...
end
~~~~

Still needs work for `
` after imports...

Pull-Request: #504
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge