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

Skip to content

Tags: dud3/c

Tags

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...