Nim: Document the compiler configuration file format

Created on 28 Oct 2014  路  2Comments  路  Source: nim-lang/Nim

Or at least make the existing documentation more apparent.
Aside from a basic understanding that the configuration file format is somewhat like the ini file format, not much else is stated. At the very least, the conditional variables that the compiler uses when parsing the files should be documented.

Documentation Low Priority

Most helpful comment

i think that this should have a higher priority

All 2 comments

Notes:

  • Config parser uses defines found in condsyms.nim with '@' expressions
  • successive definitions of the same identifier are appended, not overwritten

i think that this should have a higher priority

Was this page helpful?
0 / 5 - 0 ratings