/cll

Primary LanguageGo

C Like Language

An Ethereum EVM Compiler suit and language definition

Install

  1. go get github.com/obscuren/cll
  2. cd $GOPATH/github.com/obscuren/cll
  3. make

Tasks

  • Language definition
    • Statements
      • Variables
    • Expressions
      • Conditions
      • Flow control
        • if / else / else if
      • Assignments
  • AST stage
  • Assembler
  • Optimiser