SmaCC-Solidity

Description

Pharo SmaCC generated parser for the Solidity grammar.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Forks
4
Created
June 8, 2017
Updated
March 27, 2026

Categories

Serialization

README excerpt

# SmaCC-Solidity
Pharo SmaCC generated parser for the Solidity grammar.

[![Build Status](https://travis-ci.org/smartshackle/SmaCC-Solidity.svg?branch=master)](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.
``` 


← Back to results