Files
Nim/doc
Timothee Cour c1664f93b0 new: nim -e:cmd to run a command directly; also fixes #15731 (#15687)
* new: `nim -i cmd`
* rename -i to -e (for eval); consistent with majority of other programing languages
* `nim e -e:cmd` now works; bugfix: `echo cmd | nim e -` now works
* honor --betterRun
* address comments
* --eval alias for -e (replaces undocumented --eval which was a noop)
* --eval now defaults to e (nimscript) instead of r
* address comment: remove -e, only keep --eval
* address comment
* fixup
* Update compiler/nimconf.nim

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
2020-11-09 16:07:22 +01:00
..
2020-06-28 19:17:18 +02:00
2020-10-26 13:47:33 -04:00
2020-10-20 10:51:50 +02:00
2014-08-28 22:36:14 +02:00
2018-11-14 08:27:48 +01:00
2020-10-28 17:56:56 +01:00
2020-06-28 19:17:18 +02:00
2020-10-20 10:51:50 +02:00
2020-10-20 10:51:50 +02:00
2020-10-20 10:51:50 +02:00
2019-10-22 17:59:12 -07:00
2016-10-24 12:20:51 +02:00
2020-09-21 12:37:14 +02:00
2019-01-30 19:49:09 +01:00
2019-10-22 17:59:12 -07:00
2020-10-20 10:51:50 +02:00
2020-11-09 12:20:55 +01:00

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!