Pharo SmaCC generated parser for the Solidity grammar.
# SmaCC-Solidity
Pharo SmaCC generated parser for the Solidity grammar.
[](https://travis-ci.org/smartshackle/SmaCC-Solidity)
~~Not working for now but should be loaded using something like~~ Load SmaCC-Solidity parser using the following:
```
Metacello new
baseline: 'SmaccSolidity';
repository: 'github://smartshackle/SmaCC-Solidity';
load.
```