Aria

A low-level systems programming language
git clone git://git.m21c.me/Aria.git
Log | Files | Refs | README | LICENSE

run.cmd (179B)


      1 @echo off
      2 
      3 gcc -g -Wall -pedantic -Wextra -Wstrict-aliasing=2 -std=c99 -o bin/compiler.exe compiler.c && .\bin\compiler.exe test\Main.co && ^
      4 gcc -o out.exe out.c && out.exe %*