Commit Graph

2 Commits

Author SHA1 Message Date
Oliver Nordbjerg 1a0f59f64f feat: add remaining ast nodes
squash ast

test: fix ast test path

refactor: some clean up

docs: correct some docs

fix: ast serde behavior

test: add more ast tests

Pulled in from https://github.com/ethereum/solidity

test: improve ast test error messages

fix: more serde behavior

fix: more serde behavior

test: add documentation tests

feat: stronger types

fix: more type juggling

docs: fix rustdoc links

fix: type names for older compilers

docs: a bit more docs

test: remove legacy tests

chore: remove some todos

add missing ast

correct source

uncomment etherscan test

yul function call

rebase
2022-12-16 12:29:00 +01:00
Bjerg 0a031417d8
feat: remaining AST nodes (#1201)
* feat: remaining AST nodes

* docs: few rustdocs

* feat: add more node fields

* feat: add more ast nodes

* fix: actually deserialize node type

Note: This breaks `NodeType::Other` :/
2022-05-10 10:43:22 -07:00