Support for Solidity ^0.4 syntax
See original GitHub issueParse 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' }
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:5
Top Results From Across the Web
Solidity - Basic Syntax - Tutorialspoint
Solidity - Basic Syntax, A Solidity source files can contain an any number of contract definitions, import directives and pragma directives.
Read more >Solidity 0.4.21 documentation
Solidity syntax highlighting for SublimeText editor. Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment ( ...
Read more >Solidity — Solidity 0.8.17 documentation
Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features. With Solidity you can create contracts ...
Read more >Solidity Documentation - Read the Docs
Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features.
Read more >Basic Ethereum Smart Contract Syntax - Dummies.com
If you want to get involved with Ethereum development, you'll need to know how to code smart contracts in Solidity. Here's how.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Awesome. For the ‘done’ issue, I would suggest another issue. Thanks for closing this one.