summary refs log tree commit diff stats
path: root/doc/tut2.txt
Commit message (Collapse)AuthorAgeFilesLines
* fixes #2124Araq2015-02-201-8/+0
|
* Fix typosFederico Ceratto2015-02-151-3/+3
|
* Documentation renamesdef2015-01-161-48/+48
|
* Merge pull request #1924 from daniel-kullmann/doc-fix1Andreas Rumpf2015-01-111-2/+2
|\ | | | | doc/tut2.txt: clarified usage of static/dynamic binding
| * doc/tut2.txt: clarified usage of static/dynamic bindingDaniel Kullmann2015-01-111-2/+2
| | | | | | | | | | 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.
* | doc/tut2.txt: Tiny grammar fixDaniel Kullmann2015-01-111-1/+1
|/ | | | 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"
* fix a couple of typos, grammar, and removal of whitespaceJoseph Poirier2015-01-031-21/+21
|
* Update tutorial to use RootObjAdel Qalieh2014-12-311-6/+6
| | | | TObject has been deprecated
* minor improvements to the docsAraq2014-12-141-2/+1
|
* Merge branch 'pr_adds_code_directive_to_rst' into ↵Grzegorz Adam Hankiewicz2014-11-031-47/+55
|\ | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim
| * Improves macro tutorial with hyperlinks and numbered lines.Grzegorz Adam Hankiewicz2014-07-191-49/+56
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-201-12/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * | documentation improvementsAraq2014-10-191-12/+0
| | |
* | | manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-22/+22
| | |
* | | Nimrod renamed to NimAraq2014-08-281-1/+1
| | |
* | | big renameAraq2014-08-271-80/+59
|/ /
* | Factors exception hierarchy into reusable fragment.Grzegorz Adam Hankiewicz2014-08-051-33/+3
| | | | | | | | The fragment with hyperlinks is included now from the system module.
* | Improves tut2.txt with more hyperlinks.Grzegorz Adam Hankiewicz2014-08-051-9/+12
|/
* Rename {.effect.} to {.effects.} in Tut 2def2014-06-211-1/+1
|
* Removes many fake `idx` entries.Grzegorz Adam Hankiewicz2014-04-211-8/+8
| | | | | These *fake* entries are not needed any more now that the table of contents of documentation files appear in the index.
* Merge pull request #867 from reactormonk/no_explicit_returnAndreas Rumpf2014-02-101-2/+2
|\ | | | | removed explicit return in the documentation
| * tracked down a few more returnsSimon Hafner2014-02-051-1/+1
| |
| * removed explicit return in the documentationSimon Hafner2014-02-031-1/+1
| |
* | Fixed typo's in tutorial 2superfunc2014-02-051-2/+2
|/
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-13/+12
|
* Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
|
* Fixes strutils reference in macro tutorial.Grzegorz Adam Hankiewicz2013-12-081-1/+1
|
* Adds missing ``s`` to sligthly odd sentence.Grzegorz Adam Hankiewicz2013-12-081-1/+1
|
* Fixes link to manual in bold section.Grzegorz Adam Hankiewicz2013-12-081-3/+3
| | | | | | Nested inline markup is not possible at the moment, see http://stackoverflow.com/a/9645684/172690. Maybe this would be a useful extension to have in nimrod's custom rst engine?
* Corrects grammar and span of italics in text.Grzegorz Adam Hankiewicz2013-11-191-1/+1
|
* Modifies example to use splitLines.Grzegorz Adam Hankiewicz2013-11-191-7/+9
|
* Expands tutorial macro section with step by step guide.Grzegorz Adam Hankiewicz2013-11-161-9/+260
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* documented object constrs; endb works againAraq2013-03-091-28/+15
|
* Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-231-1/+1
|\ | | | | Renames each proc to map, each is left deprecated.
| * Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-1/+1
| |
* | Adds some documentation related to exceptions.Grzegorz Adam Hankiewicz2013-01-221-0/+14
|/
* Fixes tutorial pdf generation due to hierarchy depth.Grzegorz Adam Hankiewicz2013-01-031-33/+33
| | | | The hierarchy is now an ascii reprsentation.
* Updates docs about exceptions being on the stack/heap.Grzegorz Adam Hankiewicz2012-11-081-1/+2
|
* Adds to the tutorial some info about exception tracking.Grzegorz Adam Hankiewicz2012-11-081-3/+85
|
* first steps for compiler as a serviceAraq2012-10-031-1/+3
|
* tr macros now documentedAraq2012-09-101-2/+10
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-281-7/+5
| | | | magic to access the invokation AST
* objects with no ancestor are not implicitely finalAraq2012-08-241-1/+5
|
* fixed some typos in the documentationAraq2012-07-311-6/+7
|
* tests/gc/gcleak4.nimAraq2012-06-241-3/+5
|
* niminst: bugfixes; documentation changesAraq2012-01-151-7/+7
|
* implemented 'let' statementAraq2011-11-291-5/+5
|
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵Araq2011-07-311-2/+2
| | | | generated C code)
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-1/+1
|