soltar icon indicating copy to clipboard operation
soltar copied to clipboard

Generate Solidity Code from its AST

Results 3 soltar issues
Sort by recently updated
recently updated
newest added

I'm trying to set this up, using the AST generated from solparse with [this file](https://github.com/cryptofinlabs/cryptofin-solidity/blob/master/contracts/array-utils/AddressArrayUtils.sol), but I get the following error: ``` /Users/danielque/git/cryptofin-solidity/node_modules/soltar/index.js:342 GENERATOR_OBJECT [item.type] (item), ^ TypeError: GENERATOR_OBJECT[item.type] is...

New features are being added and the developers of solidity-parser are working hard at implementing the all in their Abstract Syntax tree. Keep up

- [ ] Demo on gh-pages - [ ] Add Command-line utility - [ ] Write tests & set up coverage info - [ ] Minify soltar-bundle.js - [x] browser...