Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 405 Bytes

edb.md

File metadata and controls

25 lines (14 loc) · 405 Bytes

edb

Compiling for different programming languages

Steps

  • Accepts file
  • resolve imports
  • compile into Ethereum Bytecode
    • attach AST, Sourcecode, and Source Language to Bytecode
    • need to support each language separately

Supported Language Order

  • LLL
    • do all functionality for LL before moving on to support other Ethereum Programming Languages
  • Solidity
  • Serpent
  • Vyper