mfichman / jogo

High(er) performance compiled programming language with clean, powerful syntax
MIT License
6 stars 1 forks source link

Jogo Compiler

Build Status

Jogo is a compiler for an experimental programming language.

Downloads

Building

  1. Check out the repository
  2. Install scons
  3. Install nasm
  4. Type "scons"

Testing

  1. Install python
  2. Run "scons check"

Using the Compiler

$ jogo MyProgram.jg
$ out