Araq
eef0e1bde1
fix grammar
2015-06-25 02:08:56 +02:00
Adam Strzelecki
67fac7f1e7
Change --useColors to --colors:on|off and add help
...
Since we introduced automatic colors on terminals (via isatty) there is no way
to turn it off, since (undocumented) --useColors just turns them on.
This replaces --useColors with --colors:on|off, so anyone who prefers
non-colored compiler messages may now turn it off now.
2015-06-24 19:57:56 +02:00
reactormonk
37677636bc
Merge pull request #2968 from def-/neutral-language
...
Neutral language
2015-06-21 14:36:55 -05:00
def
a7f03e8d46
Use gender neutral language in documentation
2015-06-21 21:25:19 +02:00
Araq
87f65f5e72
preparations for more Nimble packages; clear licensing; fixes #2949
2015-06-20 23:24:21 +02:00
patrick dw
b6252af5c6
rename writeln to writeLine in doc
2015-06-19 01:08:41 -05:00
Rafael
7bdbfb7663
Update tut2.txt
2015-06-18 23:36:06 +02:00
apense
20cc7c17b0
Minor fixes to astspec
...
Closing parenthesis. Couple of indentation fixes.
2015-06-18 12:25:27 -04:00
Andreas Rumpf
bd394eaeda
Merge pull request #2954 from avsej/fix-rest-syntax-in-astspec
...
Fix rest syntax in astspec
2015-06-18 13:39:07 +02:00
Sergey Avseyev
137c836616
Fix reST syntax in doc/astspec.txt
2015-06-18 14:04:15 +03:00
Sergey Avseyev
273d6ffc16
Remove trailing spaces in doc/astspec.txt
2015-06-18 13:57:20 +03:00
apense
49465c470c
More documentation of AST
...
Also gave some examples
2015-06-17 16:54:02 -04:00
apense
68aa6309e4
Added uints to Leaf nodes
...
[This question on SO](http://stackoverflow.com/questions/30311110/how-to-create-a-nnkuint16lit-nimnode ) made me realized these weren't in there
2015-06-16 18:57:19 -04:00
Andreas Rumpf
ddb62747e8
Merge pull request #2936 from alexamy/alexamy-patch-1
...
Tutorial Part I update
2015-06-16 20:46:55 +02:00
Andreas Rumpf
ad1ac76567
Merge pull request #2851 from stefantalpalaru/gogc
...
the Go GC (using the gccgo implementation)
2015-06-16 20:46:23 +02:00
Alexander
77b51df09c
Update tut1.txt
2015-06-16 16:14:23 +03:00
Alexander
5e2d7e81a2
Update tut1.txt
2015-06-16 16:00:33 +03:00
Alexander
abe1051374
Update tut1.txt
2015-06-16 15:58:21 +03:00
apense
66ad9e3985
Fleshed out type section
...
Hopefully this table renders correctly. Not sure this is the best place for this stuff.
2015-06-15 19:37:16 -04:00
apense
d75bdc31b4
Added import-type statements
...
import, import .. except, export, include, etc.
2015-06-15 18:55:09 -04:00
apense
998f1fa67a
Minor updates; addition of var return in procs
2015-06-15 18:35:05 -04:00
apense
8c8e975bcd
Added static types
...
I put this within the type section, but I'm not sure if it should go here. It has a broader use. Should it get its own section?
2015-06-15 16:27:53 -04:00
apense
3c9d655b88
Added raw string literal function calls docs
...
Got curious as to how re"..." worked.
2015-06-15 16:03:04 -04:00
apense
fce697b043
Corrected capitalization
...
Sorry to be making so many changes.
2015-06-15 13:37:58 -04:00
apense
7275a035b5
Updated type section a little
...
Objects are ubiquitous. Concepts don't use ``concept`` in their name.
Really, a lot more could be added here.
2015-06-15 13:30:09 -04:00
apense
ac6ea4b76d
Clarified AST
...
Generic parameters are treated in the next paragraph. Revised text for future compatibility
2015-06-15 12:58:44 -04:00
Stefan Talpalaru
bdac85f2cf
Merge branch 'devel' into gogc
2015-06-15 08:44:02 +02:00
apense
38cb13cde5
Added some documentation
...
This is a start. Other updates for `macros.nim` are planned, but this at least fleshes out some of the sections.
Comments are appreciated!
2015-06-15 01:06:55 -04:00
Oscar Campbell
ed73a90bd3
Regarding num literals, mod paths, ident equality.
2015-06-14 18:36:35 +02:00
apense
ab1b1c9251
Note about deprecation in generics.txt
...
I'm happy to change the wording or anything. It does seem like an important thing to mention, though. It might be better not to even mention typeless procs so as not to encourage bad behavior.
2015-06-08 16:03:57 -04:00
apense
846489f813
Fixed links in Error hierarchy
...
Manual contained invalid links
2015-06-04 16:18:18 -04:00
apense
9d3b2d1e05
Fixed code indentation in procs.txt
...
Now matches tut2.txt
2015-06-04 13:31:40 -04:00
Stefan Talpalaru
50e96ad939
the Go GC - initial implementation
2015-05-31 19:07:44 +02:00
Oscar Campbell
9fcd5252c7
Fix doc for #2523 , regarding numeric literals.
2015-05-31 03:59:31 +02:00
Araq
2b0115eb5f
prepare for unidecode Nimble package
2015-05-28 12:51:16 +02:00
Oscar Campbell
c593c47696
Fix introduced erroneous use of "canonical" back to original wording. Fix faulty description of proc params behavior. Remove 'null' return type in example.
2015-05-26 16:28:44 +02:00
Oscar Campbell
910dce70d6
Remove double punctuation. Change "contrained" wording to "constraint".
2015-05-25 20:03:12 +02:00
Oscar Campbell
f6c12853ea
Merge remote-tracking branch 'upstream/devel' into devel
2015-05-25 19:51:58 +02:00
apense
513423a08d
Corrected various links within documentation
...
Corrected `noSideEffect pragma` links in lib/system
(The newer documentation uses slightly different links)
Corrected `noSideEffect pragma` in types links to match the updated link names
Minor link adjustment in stmts to match the newer link names
2015-05-25 03:15:50 -04:00
Oscar Campbell
625299e861
Change to hard word wrap at 80.
2015-05-25 06:00:37 +02:00
Oscar Campbell
feff2bae68
Change wording in some parts. Fix some typos.
2015-05-25 05:24:47 +02:00
reactormonk
d8921a4485
Revert "Fix typo in manual"
2015-05-24 21:08:12 -05:00
reactormonk
31d0f79d9d
Merge pull request #2787 from flaviut/fix-doc-typos
...
Fix typo in manual
2015-05-24 21:07:25 -05:00
Flaviu Tamas
bdb55c5d1d
Fix typo in manual
...
See IRC logs around Sun May 24 22:06:26 EDT 2015 for details
2015-05-24 22:06:12 -04:00
Sergey Avseyev
eb6f26dd6a
Fix typo in tutorial
2015-05-23 19:32:47 +03:00
def
2076e14a09
Update ast spec about uint literals
2015-05-18 21:34:26 +02:00
Dominik Picheta
4441c961c9
Merge pull request #2717 from reactormonk/sexp-to-libs
...
added documentation about sexp
2015-05-16 18:47:33 +01:00
Markus Engelbrecht
5799f4f103
RawFlowVar was renamed to FlowVarBase
2015-05-16 14:35:10 +02:00
reactormonk
3d3dcdabfe
Merge pull request #2729 from mgee/fix-noSideEffect-typo
...
fix typo for noSideEffect pragma
2015-05-15 13:24:27 -05:00
Markus Engelbrecht
7ba5f18e9d
fix typo for noSideEffect pragma
2015-05-15 18:42:29 +02:00