Solidity parser and compiler using JavaScript/NodeJS
Via npm on Node:
npm install sol-compiler
TBD
TBD
TBD
MIT
- Solidity Documentation
- Order of Precedence of Operators
- Solidity Features
- Visibility and Getters
- Layout of State Variables in Storage
- How does keccak256 concatenate values inside a Solidity smart contract?
- Solidity Frequently Asked Questions
- Solidity End-to-End Tests
- Solidity Contract Examples
- Ethereum Virtual Machine: Where are the opcode 0xfe and 0xfd documented?
- Ethereum Solidity Contract Tutorial
- Joyfully Universal Language for (Inline) Assembly
- SOLTIX: Scalable automated framework for testing Solidity compilers
Feel free to file issues and submit pull requests — contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.