Support for Solidity ^0.4 syntax
shayanb opened this issue · 5 comments
shayanb commented
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 commented
shayanb commented
Yup worked fine! thanks
shayanb commented
It'd be good to have an output saying "Done" or "success" on successful execution though :)
chevdor commented
Awesome. For the 'done' issue, I would suggest another issue. Thanks for closing this one.