summary refs log tree commit diff stats
path: root/doc/astspec.txt
Commit message (Collapse)AuthorAgeFilesLines
* Prefer relative links for Nim documentationJjp1372019-10-221-3/+3
| | | | | | | | | | | This is more friendly to those browsing the documentation without a network connection. The nim-doc package in Debian allows this, for example. Also, the domain name being used was not consistent. It could have been either nim-lang.org or nim-lang.github.io, and those reading the stable docs could have found themselves suddenly reading the devel docs instead.
* Fix many broken linksJjp1372019-10-221-1/+1
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* Fixed a wrong AST example (#8269)Quelklef2018-07-111-4/+4
|
* Get symbol kind (#7491)Arne Döring2018-04-111-91/+87
|
* Ast and concrete syntax different.Strømberg2018-01-081-1/+1
| | | Change variable name to a from v, to match the ast and other examples.
* Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-311-2/+2
| | | | | | | * strVal assingnable comment statement ast nodes * Set comment instead of strVal for comment nodes * Added test code for creating and setting comment nodes * Modified the AST spec documentation for documentation comments
* Fix a table in macros documentationDmitry Polienko2016-10-191-0/+1
| | | | fixes #4911
* NimSymbol has been renamed to NimSymdef2016-06-061-1/+1
|
* doc fixYuriy Glukhov2015-11-231-3/+5
|
* Merge pull request #3000 from apense/patch-6Andreas Rumpf2015-06-261-2/+3
|\ | | | | Clarified nnkFloat64Lit. Fixes #2939
| * Clarified nnkFloat64Litapense2015-06-261-2/+3
| | | | | | Fixes #2939
* | Updated nnkRange docsapense2015-06-261-1/+29
|/ | | Addresses #2929
* rename writeln to writeLine in docpatrick dw2015-06-191-2/+2
|
* Minor fixes to astspecapense2015-06-181-37/+38
| | | Closing parenthesis. Couple of indentation fixes.
* Merge pull request #2954 from avsej/fix-rest-syntax-in-astspecAndreas Rumpf2015-06-181-59/+59
|\ | | | | Fix rest syntax in astspec
| * Fix reST syntax in doc/astspec.txtSergey Avseyev2015-06-181-3/+3
| |
| * Remove trailing spaces in doc/astspec.txtSergey Avseyev2015-06-181-57/+57
| |
* | More documentation of ASTapense2015-06-171-1/+95
|/ | | Also gave some examples
* Added uints to Leaf nodesapense2015-06-161-0/+4
| | | [This question on SO](http://stackoverflow.com/questions/30311110/how-to-create-a-nnkuint16lit-nimnode) made me realized these weren't in there
* Fleshed out type sectionapense2015-06-151-2/+103
| | | Hopefully this table renders correctly. Not sure this is the best place for this stuff.
* Added import-type statementsapense2015-06-151-0/+96
| | | import, import .. except, export, include, etc.
* Minor updates; addition of `var` return in procsapense2015-06-151-0/+48
|
* Added static typesapense2015-06-151-0/+20
| | | I put this within the type section, but I'm not sure if it should go here. It has a broader use. Should it get its own section?
* Added raw string literal function calls docsapense2015-06-151-0/+19
| | | Got curious as to how re"..." worked.
* Corrected capitalizationapense2015-06-151-1/+1
| | | Sorry to be making so many changes.
* Updated type section a littleapense2015-06-151-0/+44
| | | | | Objects are ubiquitous. Concepts don't use ``concept`` in their name. Really, a lot more could be added here.
* Clarified ASTapense2015-06-151-4/+4
| | | Generic parameters are treated in the next paragraph. Revised text for future compatibility
* Added some documentationapense2015-06-151-16/+391
| | | | This is a start. Other updates for `macros.nim` are planned, but this at least fleshes out some of the sections. Comments are appreciated!
* Update ast spec about uint literalsdef2015-05-181-1/+1
|
* macros.PNimrodNode is now NimNodeAraq2015-02-241-18/+14
|
* Nimrod renamed to NimAraq2014-08-281-56/+56
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-5/+3
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* bind tableAndreas Rumpf2009-11-121-3/+9
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+572