OCamlPro / ocaml-solidity

Ocaml-solidity provides a Solidity parser and typechecker
https://ocamlpro.github.io/ocaml-solidity
Other
32 stars 10 forks source link

WIP - Adding support for the Freeton/Everscale version of solidity #26

Closed hra687261 closed 2 years ago

hra687261 commented 2 years ago

The purpose of this PR is to add support for the Freeton/Everscale version of solidity.

the testing is done on this set of examples.

The current encountered errors that were raised by running:

echo "" > output.txt
for f in ./../samples/solidity/*.sol
do
  echo "########################################" >> output.txt
  _build/default/src/solidity-test/main.exe --freeton $f >> output.txt 2>&1
done

are in this file: output.txt.

Missing features: