Hacker News new | ask | show | jobs
by Timot05 863 days ago
Aspects of the python lexer and parser implementation were borrowed from python, which is partly why we ended up here. I do agree though.
1 comments

Python does from x import y though.
Yeah, I think we only allow import x from y for the minute. And because we don't have a language server yet, it wasn't obvious that it was an issue. That'll change soon when the server is up though!