Andreas Rumpf
0834cd63d9
prepare Nim codebase for upcoming parser changes
2016-07-15 12:56:03 +02:00
Andreas Rumpf
ca8214a2a2
fixes #2640
2016-05-31 03:04:45 +02:00
Erik Johansson Andersson
f8d98700ac
nimrod -> nim
2016-02-05 19:11:43 +01:00
patrick dw
15e7fe787a
renamed writeln to writeLine in lib
2015-06-19 01:02:22 -05:00
pdw
7616790515
lib/packages/docutils - Dropped 'T' from types
2015-06-04 13:17:10 +02:00
Oleh Prypin
81d2be4aa6
Make RST recognize hyperlinks with two underscores
...
Fixes #2538
2015-04-13 19:51:27 +03:00
Araq
3c54a4a438
docutils are gcsafe
2015-04-04 01:19:31 +02:00
Hans Raaf
58186f6c1d
Replaced deprecated repeatChar() with repeat() or spaces().
2015-03-04 03:30:43 +01:00
Araq
80b8361187
smileys configurable; safer image attribute handling
2014-11-29 13:55:30 +01:00
Grzegorz Adam Hankiewicz
a7aa2de166
Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_directive_to_rst
...
Conflicts:
doc/tut2.txt
lib/packages/docutils/rstgen.nim
lib/system.nim
2014-11-03 15:50:05 +01:00
Araq
5946747970
updated the compiler to use the new symbol names
2014-08-28 23:48:42 +02:00
Araq
d05df2173b
Nimrod renamed to Nim
2014-08-28 09:50:51 +02:00
Araq
2f43fdb837
renamefest
2014-08-23 01:43:49 +02:00
Grzegorz Adam Hankiewicz
b287f13d4a
Handles :file: option for code blocks to avoid warnings.
2014-07-26 14:39:01 +02:00
Grzegorz Adam Hankiewicz
0dbec5a278
Adds support for the `.. code::` rst directive.
...
This modifies the existing ``.. code-block::`` to be treated as spec
extension with a specific default language syntax. Also implements line
numbering.
2014-07-19 13:56:42 +02:00
Araq
3b69a8d27a
New concurrency model: next steps
2014-04-19 22:24:43 +02:00
Grzegorz Adam Hankiewicz
d8793dcf56
Avoids crash parsing unknown rst raw directive. Fixes #761 .
2014-03-02 23:15:30 +01:00
Araq
73c6efdf66
'nil' as a statement is deprecated, use an empty 'discard' instead
2014-01-19 16:54:59 +01:00
Araq
438703f59e
case consistency: next steps
2013-12-29 01:13:51 +01:00
Araq
92b8fac94a
case consistency part 4
2013-12-27 23:10:36 +01:00
Araq
80377c20f9
fixes #678
2013-11-19 14:35:03 +01:00
Grzegorz Adam Hankiewicz
05c2d9bd73
Adds docutils modules to lib index, fixes :idx: markers.
2013-06-09 16:10:41 +02:00
Araq
18fbaab216
fixes #310
2013-04-13 01:09:15 +02:00
Dominik Picheta
1beaca29bb
Fixed issue with rst parser failing to parse a specific character.
2013-03-27 23:46:58 +00:00
Grzegorz Adam Hankiewicz
72a3e21f28
Removes executable bit for text files.
2013-03-16 23:53:07 +01:00
Dominik Picheta
c5d2e421ce
Moved packages to lib directory.
2013-02-25 18:51:20 +00:00