diff options
author | Araq <rumpf_a@web.de> | 2013-09-03 23:44:31 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-09-03 23:44:31 +0200 |
commit | 891f871ba71b0b6e136fea13e5be0bd3e0860fea (patch) | |
tree | 27397b95f2c50ef77677f8d8171effc82e817416 /compiler/nimrod.ini | |
parent | 39da6979add895cf58e9c6f883ef8df465975cd6 (diff) | |
download | Nim-891f871ba71b0b6e136fea13e5be0bd3e0860fea.tar.gz |
better support for GNU's assembler
Diffstat (limited to 'compiler/nimrod.ini')
-rw-r--r-- | compiler/nimrod.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini index 482fe63c9..22623993c 100644 --- a/compiler/nimrod.ini +++ b/compiler/nimrod.ini @@ -3,6 +3,7 @@ Name: "Nimrod" Version: "$version" OS: "windows;linux;macosx;solaris;freebsd;netbsd;openbsd" CPU: "i386;amd64;powerpc64;arm" # ;sparc + Authors: "Andreas Rumpf" Description: """This is the Nimrod Compiler. Nimrod is a new statically typed, imperative programming language, that supports procedural, functional, object |