Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 629 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 629 Bytes

Build Status

Requirements

  • bash

  • lex and yacc (not bison).

  • make

  • 32-bit version of glibc.

  • 32-bit version of libl.so (usually part of the development package for flex).

Layout

  • vm — The Emerald VM
  • vmc — The Emerald VM description compiler
  • ccalls — Special "primitive" operations in Emerald
  • EC — The Emerald Compiler (written in Emerald)

Style Guides