keriwarr / orangejoos

JOOS1W Compiler, written in Crystal
0 stars 1 forks source link

Orangejoos

A compiler JOOS1W, written in the Crystal lang.

Installation

Install crystal. brew install crystal-lang.

Usage

$ make
$ ./joosc <filename>.java

Submission

A submittable zip can be made using ASSN=AX make orangejoos.zip where X is an integer between 1 and 5 inclusive. Head over to marmoset to submit the zip.

It uses joosc, a wrapper shell script, which calls the compiler with a basic set of parameters.

Resources