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

Support for Solidity ^0.4 syntax #6

Closed
shayanb opened this issue Oct 7, 2016 · 5 comments
Closed

Support for Solidity ^0.4 syntax #6

shayanb opened this issue Oct 7, 2016 · 5 comments

Comments

@shayanb
Copy link

shayanb commented Oct 7, 2016

Parse error on pragma solidity ^0.4.0;

Parse error
{ [SyntaxError: Expected comment, end of line, identifier or whitespace but "0" found. Line: 7, Column: 22]
  message: 'Expected comment, end of line, identifier or whitespace but "0" found. Line: 7, Column: 22',
  expected:
   [ { type: 'other', description: 'comment' },
     { type: 'other', description: 'end of line' },
     { type: 'other', description: 'identifier' },
     { type: 'other', description: 'whitespace' } ],
  found: '0',
  location:
   { start: { offset: 180, line: 7, column: 22 },
     end: { offset: 181, line: 7, column: 23 } },
  name: 'SyntaxError' }
@chevdor
Copy link

chevdor commented Mar 30, 2017

PR #8 should help with that.

@chevdor
Copy link

chevdor commented Apr 12, 2017

The PR #8 has been merge so it should work fine now. That would be awesome if you could check and close this issue @shayanb

@shayanb
Copy link
Author

shayanb commented Apr 12, 2017

Yup worked fine! thanks

@shayanb shayanb closed this as completed Apr 12, 2017
@shayanb
Copy link
Author

shayanb commented Apr 12, 2017

It'd be good to have an output saying "Done" or "success" on successful execution though :)

@chevdor
Copy link

chevdor commented Apr 12, 2017

Awesome. For the 'done' issue, I would suggest another issue. Thanks for closing this one.

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

No branches or pull requests

2 participants