| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* All semver comparisons now ensure it's safe to do so
* Oops, use correct class
* Remove leftover import
* Leave the Zig fixes for another PR
* Fix linter
* Fix test issues
* Make linter happy, yet again
* What?
* Address PR review
|
|
|
|
|
| |
* fixing compilers 0.4.x - 0.8.x
* update contributors file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* taking a snapshot of progress so far - generated sources are getting processed, and some fairly basic asm line assigning, but needs a second pass to rectify the issue of an asm instruction being attributed to multiple lines of code
* fixed silly bug in instruction line thing
* giving tags in generated sources human readable names
* generate human friendly tag names for tags in non-generated code, using AST to figure out which function we're in
* restoring most of the original formatting, and got constructor etc working too
* fixing linting errors
* add some comments
|
|
* feat(compilers): Solidity support MVP
* don't concat userOptions in optionsForFilter
* fixes after review
* Update etc/config/solidity.defaults.properties
Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es>
Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es>
|