diff options
author | Araq <rumpf_a@web.de> | 2011-01-10 01:29:10 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-10 01:29:10 +0100 |
commit | ceb1f5e218075196cd3b7d40973249e419db8ebf (patch) | |
tree | 82d42a6679fdb06edd86563074ba15c13ff740bd /doc/advopt.txt | |
parent | 62643fbc934d4f32c143cc8397039acca9dacf04 (diff) | |
download | Nim-ceb1f5e218075196cd3b7d40973249e419db8ebf.tar.gz |
support for objective C generation
Diffstat (limited to 'doc/advopt.txt')
-rwxr-xr-x | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index e2d4f37b2..cf0839386 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -1,4 +1,5 @@ Advanced commands: + //compileToOC, oc compile project to Objective C code //run run the project (with Tiny C backend; Linux only!) //pretty pretty print the inputfile //genDepend generate a DOT file containing the |