package bamboo

  1. Overview
  2. Docs
A compiler targeting Ethereum Virtual Machine

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.03.tar.gz
md5=b8ceddf33f2f42a97e8554efd7f64fe3

Description

Bamboo compiles a simple language to Ethereum Virtual Machine. The language is designed to keep programmers away from common mistakes. It features: state transition as recursion with potentially changing arguments, mandatory reentrance continuation when calling out, no loops, no assignments except to mappings and partial compliance with common Ethereum ABI.

Published: 08 May 2018

Dependencies (8)

  1. rope build
  2. ocamlfind build
  3. ocamlbuild build & (>= "0.9.3" | = "0")
  4. menhir build & >= "20120123" & <= "20151005"
  5. hex build & >= "0.1.0" & <= "1.0.0"
  6. cryptokit build & >= "1.12"
  7. batteries build
  8. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None