Grzegorz Adam Hankiewicz
63ab238f5d
Adds note about conflicts with using as a statement.
2014-01-15 22:23:23 +01:00
Grzegorz Adam Hankiewicz
7aa263bebf
Duplicates string literal table for character literals.
...
Hopefully the index spamming will lead more people here.
2014-01-15 22:23:22 +01:00
Grzegorz Adam Hankiewicz
f3273757ed
Removes links to modules recently removed from stdlib.
2014-01-15 22:23:21 +01:00
Grzegorz Adam Hankiewicz
457497980c
Moves mongodb module to lower level wrapper group.
2014-01-15 22:23:20 +01:00
Grzegorz Adam Hankiewicz
74f94482cc
Adds parseopt2 module to documentation index.
2014-01-15 22:23:20 +01:00
Grzegorz Adam Hankiewicz
3cf46c2def
Documents wrapping named arguments in curly braces.
2014-01-15 22:23:19 +01:00
Grzegorz Adam Hankiewicz
0029832ba1
Adds note about iterators having same signature as procs.
2014-01-15 22:23:17 +01:00
Grzegorz Adam Hankiewicz
9602349f30
Adds note about procs and multiple variable assignment.
2014-01-15 22:23:17 +01:00
Grzegorz Adam Hankiewicz
db7d0e6a66
Adds using statement to the one and only true index.
2014-01-15 22:23:15 +01:00
Zahary Karadjov
afddae5aaf
Merge branch 'upstream' into devel
...
Conflicts:
compiler/ccgutils.nim
compiler/msgs.nim
compiler/sem.nim
compiler/semexprs.nim
compiler/seminst.nim
compiler/semmagic.nim
compiler/semstmts.nim
compiler/semtypes.nim
compiler/semtypinst.nim
compiler/sigmatch.nim
compiler/types.nim
compiler/vmgen.nim
lib/core/macros.nim
lib/system.nim
tests/reject/tenummix.nim
web/news.txt
2013-12-29 17:21:00 +02:00
Araq
2df9b442c6
case consistency part 1
2013-12-27 15:48:53 +01:00
Araq
9e92455a53
templates can access hidden fields
2013-12-25 14:53:00 +01:00
Zahary Karadjov
952dbc4b8f
documented static params
2013-12-25 00:32:53 +02:00
Araq
1081c104d0
Merge branch 'vm2' of github.com:Araq/Nimrod into vm2
2013-12-24 01:30:48 +01:00
Satish BD
033938a53a
Correct the spelling of the word 'implicitly'
2013-12-23 04:29:50 +02:00
Araq
b76729df1c
Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
...
Conflicts:
web/news.txt
2013-12-23 01:23:16 +01:00
Andreas Rumpf
2f7119e9bb
Merge pull request #764 from gradha/pr_doc_improvements
...
Documentation improvements
2013-12-20 13:02:44 -08:00
Andreas Rumpf
22e88026af
Merge pull request #753 from gradha/pr_idetools_quote
...
Adds fitting quote to idetools doc.
2013-12-20 09:40:02 -08:00
Grzegorz Adam Hankiewicz
9f8db3ae54
Updates idetools docs after changes by #743 .
2013-12-18 21:25:49 +01:00
Grzegorz Adam Hankiewicz
30aef21def
Merge pull request #739 from gradha/pr_adds_to_quit_docs
...
Adds to quit docs
2013-12-17 03:16:02 -08:00
Araq
132b6b3efe
implemented 'injectStmt'; more debug support
2013-12-16 22:26:17 +01:00
Grzegorz Adam Hankiewicz
78a48b942a
Adds fitting quote to idetools doc.
2013-12-15 22:57:29 +01:00
Araq
8c553fa8a2
Merge branch 'master' into vm2
2013-12-13 15:58:03 +01:00
Grzegorz Adam Hankiewicz
b4d6a6aafe
Adds example to fatal pragma.
2013-12-12 01:00:23 +01:00
Grzegorz Adam Hankiewicz
410fcf7f52
Fixes strutils reference in macro tutorial.
2013-12-08 18:33:19 +01:00
Grzegorz Adam Hankiewicz
8526d29365
Adds missing `s` to sligthly odd sentence.
2013-12-08 12:52:54 +01:00
Grzegorz Adam Hankiewicz
53c0012a83
Fixes link to manual in bold section.
...
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?
2013-12-08 12:49:21 +01:00
Araq
c0a3d44060
bugfix: keywords are sorted
2013-12-05 10:45:36 +01:00
Grzegorz Adam Hankiewicz
0628d85a6a
Merge pull request #676 from gradha/pr_expands_macro_tutorial
...
Expands tutorial macro section with step by step guide.
2013-12-02 15:15:09 -08:00
Grzegorz Adam Hankiewicz
d1284ff33d
Mentions tuple unpacking only works in var/let blocks.
2013-12-01 21:07:50 +01:00
Grzegorz Adam Hankiewicz
0a953de3a8
Adds to tutorial info about unpacking tuples.
2013-11-26 13:34:54 +01:00
Grzegorz Adam Hankiewicz
3a494f5d8d
Corrects grammar and span of italics in text.
2013-11-19 22:35:05 +01:00
Grzegorz Adam Hankiewicz
c3e7a970c6
Modifies example to use splitLines.
2013-11-19 22:33:02 +01:00
Andreas Rumpf
220e20e7f2
Merge pull request #666 from gradha/pr_links_algorithm_module
...
Links algorithm module from library index.
2013-11-19 02:25:17 -08:00
Zahary Karadjov
a068aaed3c
simple unit test and better documentation for the user defined type classes
2013-11-17 22:50:26 +02:00
Grzegorz Adam Hankiewicz
38eb67de83
Expands tutorial macro section with step by step guide.
2013-11-16 20:45:57 +01:00
Grzegorz Adam Hankiewicz
0ff1ba0a6d
Links algorithm module from library index.
2013-11-08 12:20:45 +01:00
Mark Henderson
7b1ebe896c
a few typos
2013-11-03 13:01:21 -06:00
Araq
993cdb82b6
Merge branch 'master' of github.com:Araq/Nimrod
2013-10-31 22:34:15 +01:00
Araq
f73cec7f01
GC: even more stress testing
2013-10-31 22:32:27 +01:00
Varriount
4f16e627ba
Changed backslash to forward slash
...
Changed backslash to forward slash (why I used a backslash in the first place, I have no idea).
2013-10-23 01:32:13 -04:00
Clay Sweetser
3f502123ea
Added some information on sequences.
2013-10-21 14:26:09 -04:00
Clay Sweetser
f8272eba94
Added instructions on using koch to compile nimrod with GDB support.
2013-10-21 14:26:08 -04:00
Dominik Picheta
199c4d21bd
Fixed regression on ARM caused by the changed behaviour of noStackFrame in commit ac474a2812.
2013-10-19 21:01:32 +01:00
Araq
f9861e1fab
cooler quote for c2nim
2013-10-10 00:45:15 +02:00
Araq
ac474a2812
'noStackFrame' implies 'naked' in the generated C code
2013-10-06 00:10:45 +02:00
Araq
a0b82db402
the compiler can now deal with multiple modules of the same name
2013-09-26 17:34:46 +02:00
Araq
c085a1b4f0
documentation improvements
2013-09-25 08:44:57 +02:00
Araq
8b5aa221ad
support for multiple modules of the same name; niminst supports 'platforms'; minor bugfixes
2013-09-24 16:07:07 +02:00
Araq
367abca382
support for --cs:partial
2013-09-24 09:32:49 +02:00