Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cheaterboy/c

Tags

v0.10

Toggle v0.10's commit message
v0.10

Seems stable enough...

* Implement caching!
* Add noise.sh example. (It's really cool! You should go check it out!)

v0.09

Toggle v0.09's commit message
v0.09

* Use $CFLAGS if we have it.
* Link stdc++ is necessary.

v0.08

Toggle v0.08's commit message
v0.08

* Remove `gnu-sed` dep. for OSX.
* Close stdin when we are done with it.
* Fix bug when running from a different directory, e.g. `c examples/hello.c`.
* Link stdc++ if necessary.

v0.07

Toggle v0.07's commit message
v0.07

* C++ compatibility.
* Use gsed instead of sed, if it exists.
* Add AUR and bpkg.
* Copy sources to $tmpdir before compiling. This allows us to run multiple
  instances, not worry about permissions, not get "file was changed" from IDEs, etc.

v0.06

Toggle v0.06's commit message
v0.06

* Modularize tests.
* Allow stdin input.

v0.05

Toggle v0.05's commit message
v0.05

* Add tests.
* Fix argv[0] bug when using CLI.
* Fix arguments with spaces by quoting "$@".

v0.04

Toggle v0.04's commit message
v0.04

Add readme, license, and examples.

v0.03

Toggle v0.03's commit message
v0.03

Pretty solid syntax now. Just have to document it...

v0.02

Toggle v0.02's commit message
v0.02

New syntax... kinda similar to 'tcc -run'.

v0.01

Toggle v0.01's commit message
v0.01

Currently working...