Araq
e6dcceae6c
website updates
2015-02-18 13:44:01 +01:00
def
ac0bb605ba
Fix output of --advanced
...
All the other documentation limits with :, only this one was with =
2015-02-16 20:50:43 +01:00
def
221e633697
Fix lib link to rationals module
2015-02-16 20:44:24 +01:00
def
232dba8f95
Add rational to standard library list
2015-02-16 20:44:24 +01:00
Andreas Rumpf
a5f8f538a2
Merge pull request #2140 from FedericoCeratto/devel
...
Fix some typos
2015-02-16 20:32:24 +01:00
Araq
c11fa7942e
Merge branch 'devel' of https://github.com/Araq/Nim into devel
2015-02-16 02:56:50 +01:00
Araq
eaf00dd1fb
minor documentation updates
2015-02-16 02:56:40 +01:00
Federico Ceratto
657dca5c3b
Fix typos
2015-02-15 16:20:32 +00:00
Federico Ceratto
c95f6f117a
Fix typos
2015-02-15 16:06:06 +00:00
Billingsly Wetherfordshire
78cae0dd45
Update lib.txt
...
oops
2015-02-14 17:21:20 -06:00
Billingsly Wetherfordshire
8ed31ffd2b
Update lib.txt
...
removed IRC module from mention on lib.html
2015-02-14 17:20:21 -06:00
Billingsly Wetherfordshire
706544c63c
Update lib.txt
...
add basic2d/3d to standard libraries list
2015-02-14 17:19:13 -06:00
Araq
f9b3f7f980
fixes #2068
2015-02-12 16:10:38 +01:00
Araq
c2da0e9b3d
cleanup index generation
2015-02-10 20:19:48 +01:00
Araq
ecd0dea091
tables work in 'const' sections; echo supports 'nil' strings; minor cleanups
2015-02-09 00:08:55 +01:00
Araq
c91ca82a43
fixes #2073 ; language spec change: arrow like operators are not right associative anymore
2015-02-08 13:38:06 +01:00
Andreas Rumpf
fa166dc42d
Merge pull request #2026 from reactormonk/koch-temp-125-exit-code
...
Koch temp 125 exit code
2015-02-01 01:38:06 +01:00
Simon Hafner
de77700067
added note about creating stacktraces
2015-01-31 18:28:32 -06:00
Simon Hafner
fb1f15476f
added documentation about koch temp
...
and the 125 exit code
2015-01-28 13:33:47 -06:00
Araq
dbe71c715e
documented new C++ support
2015-01-28 12:59:04 +01:00
Araq
d08cec0f7d
better documentation for 'finished' for first class iterators
2015-01-27 01:36:20 +01:00
Araq
abb738146a
revert to old behaviour: tuple field names are not ignored anymore; fixes #1920
2015-01-18 02:33:44 +01:00
def
c45367fc55
Clarify documentation about "except clauses"
...
They're called type conversions. Type casts are done with cast[T](...)
and are not type safe.
2015-01-17 03:57:38 +01:00
Varriount
1a76d26360
Merge pull request #1954 from ziotom78/devel
...
New section "Except clauses" in the manual
2015-01-16 21:47:32 -05:00
def
110c4aca7f
Documentation renames
2015-01-16 00:22:49 +01:00
def
9a6fb37c22
Manual renames
2015-01-16 00:13:22 +01:00
def
2a7a5a69d0
GitHub link fixes: nim-code -> nim-lang
2015-01-15 03:26:59 +01:00
Maurizio Tomasi
0f65c23a0b
New section "Except clauses" in the manual
...
This new section explains how to use `getCurrentException` and
`getCurrentExceptionMsg`. See the thread http://forum.nim-lang.org/t/752
.
2015-01-14 14:20:21 +01:00
Simon Hafner
5b9557c228
TSlice -> Slice in the tut1
2015-01-13 01:15:01 -06:00
ReneSac
2b56335e1d
Added missing windows wrappers to the lib.html doc
2015-01-12 22:37:10 -02:00
Araq
c87f1eb581
'discard' can be used instead of 'nil' for empty case object branches
2015-01-12 02:00:36 +01:00
Andreas Rumpf
8c8c48e36a
Merge pull request #1924 from daniel-kullmann/doc-fix1
...
doc/tut2.txt: clarified usage of static/dynamic binding
2015-01-11 01:12:52 +01:00
Daniel Kullmann
8fbe671b04
doc/tut2.txt: Tiny grammar fix
...
A "the" was missing in "Macros have to be implemented in pure Nim
code if foreign function interface (FFI is not enabled in the compiler"
2015-01-11 00:19:16 +01:00
Daniel Kullmann
451b943a01
doc/tut2.txt: clarified usage of static/dynamic binding
...
The original text was slightly misleading in that it could be read that newLit and newPlus could not be implemented as methods;
this is untrue, because newPlus could also be impleented as a method. The reason that newLit can't be implemented as a
method is that its first argument (x: int) has a non-object type.
2015-01-11 00:15:49 +01:00
reactormonk
3273d32acc
Merge pull request #1912 from flaviut/rename-stuff
...
s/nimrod/nim/g; s/babel/nimble/g
2015-01-10 10:27:51 +05:00
Flaviu Tamas
8b807adc08
s/nimrod/nim/g; s/babel/nimble/g
2015-01-09 22:59:16 -05:00
Mike
58ea5a4e98
Fixed grammar in 'let statment'
2015-01-08 17:48:28 +09:00
Joseph Poirier
cd73b3b12b
fix a couple of typos, grammar, and removal of whitespace
2015-01-03 14:24:02 -06:00
Dominik Picheta
10ba9c4dc1
Merge pull request #1826 from jpoirier/devel
...
clarify single letter option requirements
2015-01-03 19:27:28 +00:00
Robert Gieseke
ad1945f102
Fix typo
2015-01-03 18:06:57 +01:00
Joseph Poirier
efe183861c
Merge remote-tracking branch 'upstream/devel' into devel
2015-01-02 21:47:09 -06:00
reactormonk
8f82205d12
Merge pull request #1831 from homeworkprod/patch-1
...
Tutorial: Fixed slices example code.
2015-01-03 04:42:57 +05:00
Jochen Kupperschmidt
66c05e56d8
Tutorial: Fixed slices example code.
...
This is likely a remainder of the name change from "Nimrod" to "Nim".
2015-01-02 13:47:33 +01:00
Arthur Liao
c9fc300f2d
Fix typo
2015-01-02 20:20:55 +08:00
Joseph Poirier
d15d9f4111
clarify single letter option requirements
2015-01-02 03:36:40 -06:00
Andreas Rumpf
2fb969b638
Merge pull request #1808 from adelq/devel
...
Update tutorial to use RootObj
2015-01-02 03:42:30 +01:00
reactormonk
ddbf1d0969
Merge pull request #1812 from moigagoo/devel
...
Docs: Tutorial 1: Typo fixed.
2015-01-02 00:31:39 +05:00
Konstantin Molchanov
e2d2203779
Docs: Tutorial 1: Typo fixed.
2015-01-01 21:43:14 +03:00
Adel Qalieh
99a1530c6c
Update tutorial to use RootObj
...
TObject has been deprecated
2014-12-31 21:41:07 -05:00
Araq
bf8f6a3000
minor doc update
2014-12-31 00:44:07 +01:00