package bamboo

  1. Overview
  2. Docs
Bamboo: a compiler targeting Ethereum Virtual Machine

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.01.zip
md5=5f4ae46ac4cea1c2399b4f1302281000

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
  • partial compliance with common Ethereum ABI.

Published: 01 Aug 2017

Dev Dependencies

None

Used by

None

Conflicts

None