Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sambacha/solidity-parser-explorer
Solidity and Yul syntax-aware highlighting and AST explorer
https://github.com/sambacha/solidity-parser-explorer
ast ethereum highlighting solidity syntax tree-sitter yul
Last synced: 3 months ago
JSON representation
Solidity and Yul syntax-aware highlighting and AST explorer
- Host: GitHub
- URL: https://github.com/sambacha/solidity-parser-explorer
- Owner: sambacha
- Created: 2021-08-18T04:32:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T22:55:07.000Z (over 3 years ago)
- Last Synced: 2024-10-04T17:36:25.578Z (4 months ago)
- Topics: ast, ethereum, highlighting, solidity, syntax, tree-sitter, yul
- Language: C
- Homepage: https://sambacha.github.io/solidity-parser-explorer/
- Size: 501 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `tree sitter solidity playground`
### Development
### Requirements
ruby 2.7.0+
NodeJS v12+#### Build
```bash
npm install
npm run build
```#### Deploy
```bash
npm run prod
```## License
MIT