Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Implement missing import formats #2

Open
spalladino opened this issue Nov 23, 2019 · 0 comments
Open

Implement missing import formats #2

spalladino opened this issue Nov 23, 2019 · 0 comments

Comments

@spalladino
Copy link
Contributor

Taken from solidity-parser-antlr:

importDirective
  : 'import' StringLiteral ('as' identifier)? ';'
  | 'import' ('*' | identifier) ('as' identifier)? 'from' StringLiteral ';'
  | 'import' '{' importDeclaration ( ',' importDeclaration )* '}' 'from' StringLiteral ';' ;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant