Timothee Cour
|
93cd98dd14
|
move tinyc to a separate repo and allow installing external dependencency (eg tinyc) from koch / library code (#13850)
* remove tinyc
* installDeps
* update tinyc paths
|
2020-04-03 09:10:45 +02:00 |
|
Clyybber
|
7e747d11c6
|
Cosmetic compiler cleanup (#12718)
* Cleanup compiler code base
* Unify add calls
* Unify len invocations
* Unify range operators
* Fix oversight
* Remove {.procvar.} pragma
* initCandidate -> newCandidate where reasonable
* Unify safeLen calls
|
2019-11-28 17:13:04 +01:00 |
|
Araq
|
7278f28740
|
fixes the remaining fixable Nimrod->Nim renamings; closes #2032
|
2018-09-03 09:34:31 +02:00 |
|
Araq
|
86c8a7a947
|
nimrod is obsolete
|
2015-11-03 14:52:36 +01:00 |
|
Adam Strzelecki
|
d681812465
|
compiler: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:22 +02:00 |
|
Araq
|
2781fea9e2
|
Nimrod renamed to Nim
|
2014-08-28 09:38:14 +02:00 |
|
def
|
d9b5ae13be
|
Allow arguments for "nimrod run"
|
2014-07-28 17:41:00 +02:00 |
|
Grzegorz Adam Hankiewicz
|
72a3e21f28
|
Removes executable bit for text files.
|
2013-03-16 23:53:07 +01:00 |
|
Araq
|
2133fbfcce
|
bugfix: wrong assertions for C++ code generation; some solaris support; first steps to an effect system
|
2012-10-30 22:29:03 +01:00 |
|
Araq
|
4f1b89c30c
|
year 2012 for most copyright headers
|
2012-01-02 23:07:35 +01:00 |
|
Araq
|
cd292568d7
|
big repo cleanup
|
2011-04-12 01:13:42 +02:00 |
|