run (170B)
1 #!/bin/sh 2 3 gcc -g -Wall -pedantic -Wextra -Wstrict-aliasing=2 -std=c99 -o bin/compiler compiler.c && ./bin/compiler test/Main.co && \ 4 gcc -o out.tmp out.c && ./out.tmp %*
AriaA low-level systems programming language | |
| git clone git://git.m21c.me/Aria.git | |
| Log | Files | Refs | README | LICENSE |