buildr-mirah

Use buildr to build Mirah code.

Status

Pre-Alpha

Overview

This is currently just a personal experiment with Flex, Bison and LLVM.

Prerequisites

  • GNU flex 2.5.x+
  • GNU bison 2.4.x+
  • GNU make 3.81+
  • gcc 4.4.x+
  • libcheck 0.9.8+
  • llvm 2.7+

Installation

  1. Download the source: git clone thomaslee/vcx
  2. Check $PREFIX looks sane in the Makefile
  3. Build vcx: cd vcx && make
  4. Run the tests: make check
  5. If all the tests pass, install it: make install

Usage

vcx <source.vcx

License

This software is available to you under the terms of the GNU General Public License v3.

Support

Please log defects and feature requests using the github issue tracker.

About

vcx was written by Tom Lee.

Follow me on Twitter, LinkedIn.