Skip to content

emerald/old-emerald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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