Zahary Karadjov
5a6030a16b
the is operator now uses exactly the same algorithm as proc signature matching
2014-01-26 00:45:50 +02:00
Zahary Karadjov
3f71b7f1f6
implements #766 ;
...
expressions such as Type.field are now recognised by the compiler.
This also fixes a bug, preventing the user-defined to check for the presence of
regular fields in addition to procs
2014-01-24 23:52:52 +02:00
Zahary Karadjov
a6a18be089
support for parametric user-defined type classes
2014-01-24 14:13:32 +02:00
Zahary Karadjov
3c840102bc
fix the error "only proc headers can feature pragmas" when compiling in JS mode
2014-01-23 00:02:57 +02:00
Zahary Karadjov
9dec669b94
nest PreMain inside NimMain for easier consumption of static libraries developed in Nimrod
...
fixes many uses of $N instead of $n for new lines that don't affect #line directives
2014-01-23 00:01:15 +02:00
Araq
85a5bfe605
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-01-20 20:07:55 +01:00
Araq
4a0aadef4d
parser support anon iterators
2014-01-20 20:07:44 +01:00
Zahary Karadjov
a09ddfa099
fix the segfault in #827
2014-01-20 15:22:44 +02:00
Araq
d18f40b4e2
updated grammar.txt
2014-01-20 08:35:09 +01:00
Araq
79f59d18f1
command syntax is allowed in expressions
2014-01-20 08:29:02 +01:00
Araq
6fd008f23e
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-01-19 20:25:03 +01:00
Araq
15859d94ec
compiler warns when you use GC'ed memory and '--gc:none'
2014-01-19 20:24:44 +01:00
Andreas Rumpf
d23c2b5dcc
Merge pull request #822 from onionhammer/devel
...
Corrected prunesocketset and pruneprocessset
2014-01-19 09:02:09 -08:00
onionhammer
34f7eca8f7
Added ret != 0 back
2014-01-19 10:55:33 -06:00
Erik O'Leary
5d8d1ed8bc
Corrected prunesocketset and pruneprocessset
...
fd sets passed to select() were pruning ready FDs rather than pruning
UN-ready FDs.
2014-01-19 10:51:21 -06:00
Araq
73c6efdf66
'nil' as a statement is deprecated, use an empty 'discard' instead
2014-01-19 16:54:59 +01:00
Araq
cde9e5d644
merge master into devel
2014-01-19 01:31:45 +01:00
Araq
a59939d295
it's the year 2014
2014-01-19 01:25:48 +01:00
Araq
6df259f15b
'inject' for the new symbol binding rules in templates
2014-01-19 01:25:23 +01:00
Araq
d986a5adb5
make encodings.nim case consistent
2014-01-19 01:23:38 +01:00
Andreas Rumpf
f4b81ba92b
Merge pull request #775 from fowlmouth/patch-3
...
Update endians.nim
2014-01-18 15:05:57 -08:00
Andreas Rumpf
899d286d2b
Merge pull request #812 from girvo/koch-fix
...
Koch now uses $PATH/nimrod correctly
2014-01-18 15:03:06 -08:00
Araq
36afdca87f
resolved conflicts with master
2014-01-18 01:16:45 +01:00
Araq
5073914b86
unittest module works again
2014-01-18 00:58:59 +01:00
Araq
383fbca27e
better tester
2014-01-17 08:47:51 +01:00
Araq
12247b3f56
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-01-17 01:19:18 +01:00
Araq
fc452787e7
better html generator for the tester; fixes some VM bugs
2014-01-17 01:18:57 +01:00
Simon Hafner
b1c44561bb
Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraints
...
Add docs for constraining and qualifying imports.
2014-01-16 12:16:48 -08:00
Hitesh Jasani
74af6351b2
Add docs for constraining and qualifying imports.
2014-01-16 14:42:12 -05:00
Simon Hafner
8f499db4c3
Merge pull request #817 from gradha/pr_improves_docs2
...
Improves docs2
2014-01-16 07:34:37 -08:00
Grzegorz Adam Hankiewicz
42f152569d
References TRune, links unicode modules where mentioned.
...
Amends 0f3941b0013ea5d390586719f930fcf02b929f4d.
2014-01-15 22:23:24 +01:00
Grzegorz Adam Hankiewicz
2c2174f2d0
Clarifies system.lines() docstring.
...
Amends c087f905134b249cf20cbabc4066fbfa62dd668a.
2014-01-15 22:23:24 +01:00
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
077b8327ec
Documents rstgen index related procs.
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
338a93f119
Adds docstrings to lines() iterators.
2014-01-15 22:23:16 +01:00
Grzegorz Adam Hankiewicz
db7d0e6a66
Adds using statement to the one and only true index.
2014-01-15 22:23:15 +01:00
Andreas Rumpf
0132f350af
Merge pull request #814 from discoloda/devel
...
Many small improvements to c2nim
2014-01-14 13:42:20 -08:00
Vincent Burns
aec9195c95
Applied Araq's suggestions for c2nim
2014-01-14 16:35:00 -05:00
Vincent Burns
5395347582
removed hack for return statement
2014-01-14 12:05:14 -05:00
Vincent Burns
d35dedf041
Slightly better type parsing for parameters and cast expressions
2014-01-14 11:22:59 -05:00
Araq
a1713bc2f9
tester: htmlgen almost works
2014-01-14 01:28:52 +01:00
Araq
c648a5774a
tester support html generation
2014-01-14 01:12:56 +01:00
Andreas Rumpf
3f8bfb1e98
Merge pull request #777 from fowlmouth/patch-4
...
Update os.nim
2014-01-13 14:39:40 -08:00