Commit Graph

1048 Commits

Author SHA1 Message Date
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
Araq
98d956b77e removed outdated documentation 2014-12-30 23:46:14 +01:00
Araq
27f1743793 release of 0.10.2 2014-12-29 10:32:00 +01:00
Dominik Picheta
15c4c0dcc6 Renamed Babel to Nimble in lib.txt. 2014-12-26 14:09:43 +00:00
Araq
9280473eb1 fixes #1120 2014-12-25 17:22:41 +01:00
Araq
2be3f501a1 fixes #1742 2014-12-24 13:02:58 +01:00
Araq
a505918e0c documented 'defer' statement 2014-12-24 02:59:54 +01:00
Araq
ea4160b23f Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-12-23 17:54:32 +01:00
Araq
c0cc62c6b1 tuple field names are ignored 2014-12-23 17:54:22 +01:00
Nick Greenfield
7757a3708e Remove TOC from gc.txt, but get quote at top properly formatted 2014-12-21 20:01:51 -05:00
Nick Greenfield
eba4b4008d Fix paragraph break issue in nimc.txt. Add spacing to command line options table. 2014-12-21 18:49:39 -05:00
Nick Greenfield
e6abd673b8 Fix blockquotes in documentation; stylize only in docinfo or immediately after an h1 2014-12-21 18:22:20 -05:00
yglukhov
8bed8efc36 Fixed typo in docs 2014-12-19 11:54:03 +02:00
Araq
faf8d07056 added missing 'not' 2014-12-18 14:54:05 +01:00
Araq
e39d4bb4e0 typo 2014-12-15 20:59:03 +01:00
Araq
7cf36add37 fixes #1739 2014-12-15 20:54:42 +01:00
Araq
516a4d933f Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-12-14 11:50:23 +01:00
Araq
9724bd4e1b minor improvements to the docs 2014-12-14 11:50:10 +01:00
jemcroft
c1478e6c1a Adding type conversion examples to the tutorial 2014-12-13 12:32:42 +10:00
Araq
752e920b58 documented converters 2014-12-12 14:52:06 +01:00
Araq
85cc5a6a1f destuctors are experimental; 'func' is now a keyword 2014-12-10 01:57:08 +01:00
Araq
2804c0373c compiler\parser.nim
implemented arrow like operators
2014-12-08 08:56:04 +01:00
Araq
4b7de4dc5e implemented 'experimental' switch 2014-12-05 10:09:29 +01:00
Araq
e27ab36731 implements 'defer' 2014-12-04 10:12:32 +01:00
Araq
105a0616a9 implemented procCall builtin 2014-11-28 02:43:41 +01:00
Araq
c2b223688d fixes #1539 2014-11-27 09:41:36 +01:00
Araq
eb69b81859 doc improvements 2014-11-27 09:31:40 +01:00