Commit Graph

63 Commits

Author SHA1 Message Date
Araq
6ca38472a1 cleanups for underscores in tuple unpacking 2015-04-24 13:08:42 +02:00
Araq
2b4e233510 Merge branch 'devel' of https://github.com/Araq/Nim into devel 2015-04-20 11:44:54 +02:00
Araq
5cea6807e1 fixes #2476 2015-04-19 02:43:19 +02:00
Andreas Rumpf
b4e938ca21 Merge pull request #2503 from ReneSac/arrowLike
Restrict arrow-like operators to those ending with `->`, `~>` or `=>`
2015-04-15 19:24:44 +02:00
Ruslan Mustakov
0f8a6cbbe4 Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT 2015-04-12 13:12:40 +06:00
ReneSac
06617bbb76 Minor fixes for arrow like change patch
Don't use ^ operator yet for compatibility with older compilers.
Moved arrow like explanation, and fix precedence description on the text in the manual.
Fixed typo in news.
2015-04-11 17:22:09 -03:00
novist
b8189cd770 Doc: compileTime pragma can be used on variable 2015-04-11 10:35:43 +03:00
ReneSac
34997292f4 Changing the rule for arrow like operators again. 2015-04-10 23:59:17 -03:00
ReneSac
8490699224 Updated arrow like and strongSpaces in the manual
Also added `-` to the first character table and standartized spaces there.
2015-04-09 17:31:56 -03:00
Araq
4b382940f0 minor doc improvements 2015-04-08 13:49:16 +02:00
def
7d2adbda9e Fix container example in manual a bit 2015-04-07 01:21:31 +02:00
Araq
73add468b7 better alternative to 'override' 2015-04-07 00:13:47 +02:00
Araq
05e39cf6ad overloading of '=' works 2015-04-06 23:21:52 +02:00
Araq
78f371c03a first implementation of overloading of '='; missing: rewriting let/var sections 2015-04-06 23:21:51 +02:00
Araq
edc4940c26 doc updates; fixes 'inc' for 'char' 2015-03-29 13:16:22 +02:00
def
f8472402d5 Also use ref objects with inheritance in manual 2015-03-26 18:14:18 +01:00
Araq
0d234af399 updated the manual 2015-03-23 13:10:19 +01:00
Araq
f6ff01572e breaking change: 'concept' is now a keyword and used instead of 'generic' 2015-03-23 13:10:18 +01:00
Araq
1592067566 improved the documentation; overloading resolution finally documented 2015-03-14 19:49:32 +01:00
def
f4ce521cd8 Fix derivable objects in documentation 2015-03-09 17:21:02 +01:00
Jochen Van de Velde
d63e8e5d11 Fix typos in docs 2015-02-24 18:32:45 +01:00
Federico Ceratto
657dca5c3b Fix typos 2015-02-15 16:20:32 +00:00
Araq
c91ca82a43 fixes #2073; language spec change: arrow like operators are not right associative anymore 2015-02-08 13:38:06 +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
9a6fb37c22 Manual renames 2015-01-16 00:13:22 +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
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
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
c0cc62c6b1 tuple field names are ignored 2014-12-23 17:54:22 +01: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
9724bd4e1b minor improvements to the docs 2014-12-14 11:50:10 +01:00
Araq
752e920b58 documented converters 2014-12-12 14:52:06 +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
105a0616a9 implemented procCall builtin 2014-11-28 02:43:41 +01:00
Araq
eb69b81859 doc improvements 2014-11-27 09:31:40 +01:00
Araq
c5cc20d337 fixes #1548 2014-11-17 08:54:31 +01:00
Araq
729e048a32 fixes #940 2014-11-17 08:28:24 +01:00
Araq
f7dca91344 fixes #619 2014-11-15 11:10:13 +01:00
Araq
a7538a9727 fixes #1324 2014-11-14 02:25:16 +01:00
Araq
65ca05730d onRaise doesn't work as documented as is dubious 2014-11-14 02:20:26 +01:00
Araq
61c1fd6944 fixes #930 2014-11-14 02:18:00 +01:00