Skip to content

Instantly share code, notes, and snippets.

@oderwat
Created March 4, 2015 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oderwat/cef72aaab2ab6ea9a590 to your computer and use it in GitHub Desktop.
Save oderwat/cef72aaab2ab6ea9a590 to your computer and use it in GitHub Desktop.
nimrun (using my modified tcc with nim on osx)
#!/bin/bash
rm nim/nimcache/*
nim c -c --verbosity:0 -w:off --hints:off nim/ex1.nim
./tcc nim/nimstub.c -I/usr/local/lib/nim nim/nimcache/*.c -run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment