Open fahadsiddiqui opened 4 years ago
Looking at the library I cannot parse import declarations using gofp. I'd like to extend the library, can you give me a jumpstart from where to start?
gofp
That's a good idea. We indeed cannot parse an IMPORT. If you want to do it, you need to extend the Lexer to deal with IMPORT keyword.
Lexer
Looking at the library I cannot parse import declarations using
gofp
. I'd like to extend the library, can you give me a jumpstart from where to start?