Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanwit/korat-lang

Compiler for the Korat language
https://github.com/chanwit/korat-lang

Last synced: 12 days ago
JSON representation

Compiler for the Korat language

Awesome Lists containing this project

README

        

README
======

SUT Korat Compiler
(c) 2011 Chanwit Kaewkasi / Suranaree University of Technology

This program is written in the Go language.
GODAG is required to build the project.

Install GODAG
=============

Build Korat
===========

Clone source from Gituhb:
$ git clone git://github.com/chanwit/korat-lang.git

To build, use the following command:
$ gd

Unit testing may be run with the following command:
$ gd -test