| Commit message (Expand) | Author | Age | Files | Lines |
* | Improves tut1.txt with more hyperlinks and minor fixes. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -93/+106 |
* | Factors common documentation in fragment to avoid repetition. | Grzegorz Adam Hankiewicz | 2014-07-27 | 1 | -40/+1 |
* | tut1.txt no BOM; streamlined example a bit | Araq | 2014-07-02 | 1 | -8/+4 |
* | making clear structural equivalency for tuples doc | PavelVozenilek | 2014-06-15 | 1 | -2/+2 |
* | Removes many fake `idx` entries. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -16/+16 |
* | Referential data types may need to be declared. | ReneSac | 2014-04-19 | 1 | -6/+7 |
* | Additions and clarifications to tutorial 1. | ReneSac | 2014-04-17 | 1 | -21/+54 |
* | tracked down a few more returns | Simon Hafner | 2014-02-05 | 1 | -5/+5 |
* | added the parts of #541 that I like | Araq | 2014-02-02 | 1 | -0/+24 |
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -5/+5 |
* | Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraints | Simon Hafner | 2014-01-16 | 1 | -0/+35 |
|\ |
|
| * | Add docs for constraining and qualifying imports. | Hitesh Jasani | 2014-01-16 | 1 | -0/+35 |
* | | Adds note about iterators having same signature as procs. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -1/+5 |
* | | Adds note about procs and multiple variable assignment. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -0/+6 |
|/ |
|
* | Mentions tuple unpacking only works in var/let blocks. | Grzegorz Adam Hankiewicz | 2013-12-01 | 1 | -7/+21 |
* | Adds to tutorial info about unpacking tuples. | Grzegorz Adam Hankiewicz | 2013-11-26 | 1 | -3/+37 |
* | a few typos | Mark Henderson | 2013-11-03 | 1 | -4/+4 |
* | Documents shortcut array syntax. Refs #397. | Grzegorz Adam Hankiewicz | 2013-06-09 | 1 | -0/+15 |
* | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 1 | -6/+7 |
* | tester should work again; documented (;) | Araq | 2013-04-30 | 1 | -0/+7 |
* | Improves tutorial tuples example. | Grzegorz Adam Hankiewicz | 2013-04-15 | 1 | -0/+18 |
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
* | Merge pull request #311 from gradha/pr_documents_two_variable_for_loop | Araq | 2013-01-23 | 1 | -0/+25 |
|\ |
|
| * | Documents two-variable for loop with sequences. | Grzegorz Adam Hankiewicz | 2013-01-21 | 1 | -0/+25 |
* | | Moves addr out of tutorial into manual, indexing it too. | Grzegorz Adam Hankiewicz | 2013-01-23 | 1 | -10/+6 |
|/ |
|
* | Documents repr proc and nested array syntax. | Grzegorz Adam Hankiewicz | 2012-12-25 | 1 | -0/+79 |
* | fixes #277; documentation improvements | Araq | 2012-12-17 | 1 | -2/+5 |
* | fixes #230; fixes #227 | Araq | 2012-10-19 | 1 | -8/+1 |
* | first steps for compiler as a service | Araq | 2012-10-03 | 1 | -5/+5 |
* | implemented backslash for continuation comments | Araq | 2012-08-23 | 1 | -0/+11 |
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -4/+23 |
* | tutorial improvements | Araq | 2012-07-17 | 1 | -16/+23 |
* | fixes #150; next steps for proper unsigned support | Araq | 2012-07-03 | 1 | -16/+4 |
* | added new OpenGL wrapper | Araq | 2012-04-04 | 1 | -9/+7 |
* | documentation improvements | Araq | 2012-02-13 | 1 | -1/+1 |
* | niminst: bugfixes; documentation changes | Araq | 2012-01-15 | 1 | -39/+39 |
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -7/+18 |
* | better code generation for constant aggregates | Araq | 2011-11-02 | 1 | -3/+3 |
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o... | Araq | 2011-09-26 | 1 | -0/+10 |
* | doc improvements; added lazarus example | Araq | 2011-07-24 | 1 | -1/+1 |
* | bugfix: endless loop in parser; added sphinx wrapper | Araq | 2011-06-14 | 1 | -1/+2 |
* | p[] instead of p^ | Araq | 2011-04-11 | 1 | -4/+5 |
* | REPL improvements | Araq | 2011-02-13 | 1 | -1/+4 |
* | documentation improvements | Araq | 2011-02-06 | 1 | -2/+9 |
* | documentation improvements | Araq | 2011-01-31 | 1 | -44/+11 |
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
* | fixed typos in documentation | Andreas Rumpf | 2009-11-15 | 1 | -84/+85 |
* | bugfixes: macros; splitFile; strutils.split; iterator.method | rumpf_a@web.de | 2009-10-27 | 1 | -2/+6 |
* | version 0.8.2 | rumpf_a@web.de | 2009-10-21 | 1 | -4/+4 |