Commit Graph

356 Commits

Author SHA1 Message Date
Araq
baf89e3d66 GC'ed wide strings for windows 2013-05-20 02:17:24 +02:00
Araq
a23d418d78 'from' statement documented 2013-05-19 23:41:12 +02:00
Araq
1c9b4e5d33 made some tests green; implemented 'from module import nil' 2013-05-19 23:17:16 +02:00
Araq
f16ded879b updated docs 2013-05-19 03:32:37 +02:00
Dominik Picheta
f081ac0e54 Implemented new Nimrod website designed by @PhilipWitte. 2013-05-18 17:36:57 +01:00
Araq
635ad3b336 Merge branch 'master' of github.com:Araq/Nimrod 2013-05-14 00:59:07 +02:00
Araq
9b9a180947 'inject' for 'for' loop variables 2013-05-14 00:41:07 +02:00
Zahary Karadjov
fca6e31e1d Merge branch 'master' of github.com:Araq/Nimrod into upstream 2013-05-12 16:14:46 +03:00
Zahary Karadjov
1d29d24465 documented the `noforward` pragma 2013-05-12 16:14:28 +03:00
Araq
adedfc3a10 new effect system should be sound now 2013-05-11 10:53:40 +02:00
Araq
2d39a18faa better effects handling for callbacks 2013-05-09 03:20:55 +02:00
Araq
44c4b945eb pegs/re =~ warns about scope rule change; improved docs 2013-05-08 15:49:04 +02:00
Araq
f8af7ed6b4 more intuitive behaviour for 'discardable' in expression bodies 2013-05-04 18:58:58 +02:00
Araq
1dd01e5891 revert new scope for 'if' 2013-05-02 00:36:06 +02:00
Araq
427f84b4ec tester should work again; documented (;) 2013-04-30 23:54:02 +02:00
Araq
3c27d1a179 Merge branch 'master' into newparser 2013-04-22 19:56:26 +02:00
Araq
8a595b631b new parsing scheme is documented 2013-04-21 20:09:46 +02:00
Araq
497815ee81 Merge pull request #388 from gradha/pr_improves_tutorial_tuples_example
Improves tutorial tuples example.
2013-04-17 00:59:24 -07:00
Grzegorz Adam Hankiewicz
bccf2a3ade Improves tutorial tuples example. 2013-04-15 20:55:38 +02:00
Grzegorz Adam Hankiewicz
cbbcefeb0b Corrects default verbosity level from 0 to 1. 2013-04-15 19:33:15 +02:00
Grzegorz Adam Hankiewicz
3a605711bc Documents verbosity levels. Refs #258. 2013-04-14 22:20:58 +02:00
Araq
5893a9195c implemented --dynlibOverride option for static linking of 'dynlib' 2013-04-08 16:38:49 +02:00
Araq
c4edcf3ea2 documented restricted destructors 2013-04-08 15:05:57 +02:00
Grzegorz Adam Hankiewicz
72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00
Araq
33ccb3315f Merge pull request #355 from gradha/pr_adds_babel_link_to_library_doc
Adds babel package manager link to library index.
2013-03-16 09:48:02 -07:00
Araq
b63f322a46 debugger improvements 2013-03-16 17:07:47 +01:00
Grzegorz Adam Hankiewicz
15af40bc1d Adds babel package manager link to library index. 2013-03-12 00:01:04 +01:00
Araq
a64d4dc35c documented object constrs; endb works again 2013-03-09 20:43:56 +01:00
Araq
8e9b39084c Merge branch 'master' of github.com:Araq/Nimrod 2013-02-16 22:54:03 +01:00
Simon Hafner
1785c6877b EcmaScript => JS. Fixes #330
No one calls it EcmaScript anymore.
2013-02-15 11:08:30 -06:00
Araq
1c0c80ef2d micro optimizations for the evaluation engine 2013-02-14 08:41:48 +01:00
Araq
0f2aa053d9 added GC_addCycleRoot 2013-02-12 08:45:01 +01:00
Araq
3d7abb958d open arrays documented in the manual 2013-02-10 15:06:25 +01:00
Araq
4ee9816a78 code cleanup for mark&sweep GC 2013-02-07 16:09:46 +01:00
Araq
2a2b630757 cleaner GC switching 2013-01-31 16:34:39 +01:00
Zahary Karadjov
81a3585872 merged upstream master 2013-01-27 23:41:45 +02:00
Araq
b0b4150df1 Merge pull request #316 from gradha/pr_renames_each_to_map
Renames each proc to map, each is left deprecated.
2013-01-23 13:30:26 -08:00
Araq
5568f85449 Merge pull request #311 from gradha/pr_documents_two_variable_for_loop
Documents two-variable for loop with sequences.
2013-01-23 13:23:31 -08:00
Araq
0fac291eaa Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_list
Fixes rst format for enumerated list in html output.
2013-01-23 13:22:29 -08:00
Araq
3462040d39 Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usage
Adds example of addr/cast usage and indexes addr.
2013-01-23 13:22:06 -08:00
Grzegorz Adam Hankiewicz
351e66b767 Moves addr out of tutorial into manual, indexing it too. 2013-01-23 13:04:34 +01:00
Grzegorz Adam Hankiewicz
91700f29e7 Renames each proc to map, each is left deprecated. 2013-01-22 21:41:26 +01:00
Grzegorz Adam Hankiewicz
7d256d011e Fixes rst format for enumerated list in html output. 2013-01-22 00:31:31 +01:00
Grzegorz Adam Hankiewicz
acc394ca23 Adds some documentation related to exceptions. 2013-01-22 00:24:43 +01:00
Grzegorz Adam Hankiewicz
958f20aa1a Documents two-variable for loop with sequences. 2013-01-21 18:26:34 +01:00
Grzegorz Adam Hankiewicz
97d4f2138b Fixes tutorial pdf generation due to hierarchy depth.
The hierarchy is now an ascii reprsentation.
2013-01-03 15:36:46 +01:00
Araq
f0925edaf2 Merge pull request #290 from gradha/pr_documents_repr_proc_and_nested_arrays_syntax
Documents repr proc and nested array syntax.
2012-12-28 13:47:51 -08:00
Araq
3020257559 implemented --listFullPaths option for aporia 2012-12-27 00:05:23 +01:00
Grzegorz Adam Hankiewicz
07c8a6206f Documents repr proc and nested array syntax. 2012-12-25 21:03:59 +01:00
Araq
3be576222a fixes #277; documentation improvements 2012-12-17 19:30:43 +01:00