https://github.com/chanwit/korat-lang
Compiler for the Korat language
https://github.com/chanwit/korat-lang
Last synced: about 1 year ago
JSON representation
Compiler for the Korat language
- Host: GitHub
- URL: https://github.com/chanwit/korat-lang
- Owner: chanwit
- Created: 2011-03-27T17:59:50.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-03T06:19:04.000Z (about 15 years ago)
- Last Synced: 2025-02-13T03:18:30.400Z (over 1 year ago)
- Language: Go
- Homepage: http://web.sut.ac.th/korat-lang
- Size: 563 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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