summary refs log tree commit diff stats
path: root/doc/manual.txt
Commit message (Collapse)AuthorAgeFilesLines
* new parsing scheme is documentedAraq2013-04-211-218/+82
|
* documented restricted destructorsAraq2013-04-081-0/+34
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* documented object constrs; endb works againAraq2013-03-091-15/+39
|
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
| | | | No one calls it EcmaScript anymore.
* open arrays documented in the manualAraq2013-02-101-1/+15
|
* Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_listAraq2013-01-231-8/+6
|\ | | | | Fixes rst format for enumerated list in html output.
| * Fixes rst format for enumerated list in html output.Grzegorz Adam Hankiewicz2013-01-221-8/+6
| |
* | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usageAraq2013-01-231-6/+21
|\ \ | | | | | | Adds example of addr/cast usage and indexes addr.
| * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-231-6/+21
| |/
* / Adds some documentation related to exceptions.Grzegorz Adam Hankiewicz2013-01-221-0/+17
|/
* fixes #277; documentation improvementsAraq2012-12-171-110/+189
|
* lazy paths for Babel supportAraq2012-12-111-1/+1
|
* small documentation improvementsAraq2012-12-091-6/+6
|
* made some tests green; some small bugfixesAraq2012-12-091-1/+1
|
* documented AST overloading and some TR optimizationsAraq2012-12-091-2/+83
|
* documentation improvementsAraq2012-12-071-5/+291
|
* implements 'export' featureAraq2012-12-011-2/+29
|
* implemented 'import except'Araq2012-11-281-0/+13
|
* 'return' for first class iteratorsAraq2012-11-261-0/+25
|
* implemented 'tags' pragmaAraq2012-11-111-5/+1
|
* documented 'mixin' declarationAraq2012-11-081-4/+30
|
* documented Nimrod's effects systemAraq2012-11-061-7/+101
|
* system.onRaise improvementsAraq2012-11-051-110/+126
|
* added system.onRaise to support a condition systemAraq2012-11-051-23/+42
|
* implemented case expressionsZahary Karadjov2012-10-031-8/+29
|
* table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-031-2/+2
| | | | see the safePrintF example in the manual as a motivation
* implemented return type inferenceZahary Karadjov2012-10-031-8/+19
| | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used)
* missing documentation added to the manualZahary Karadjov2012-09-271-38/+248
| | | | | | | | | | documented: * closures and the do notation * type classes * return type inference * typedesc parameters and values * destructor pragma * fixed a number of typos
* normalized the line endings in the manualZahary Karadjov2012-09-271-3685/+3685
|
* bugfix: echo vs debugEchoAraq2012-09-131-1/+1
|
* tr macros now documentedAraq2012-09-101-1/+3
|
* implemented 'pure' enumsAraq2012-09-081-0/+13
|
* term rewriting macros fully implemented; still buggyAraq2012-09-031-3/+3
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-281-5/+10
| | | | magic to access the invokation AST
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-0/+13
|
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-11/+6
|
* objects with no ancestor are not implicitely finalAraq2012-08-241-5/+8
|
* documented bind in macrosAraq2012-08-241-0/+53
|
* implemented backslash for continuation commentsAraq2012-08-231-0/+10
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-3/+58
|
* first steps to make templates hygienicAraq2012-08-201-2/+2
|
* bycopy/byref for object/tuple typesAraq2012-08-161-1/+20
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-21/+39
|
* fixes #171Araq2012-07-251-0/+41
|
* got rid of some mAddU64 etc. magicsAraq2012-07-201-2/+6
|
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-0/+12
|
* implemented #133Araq2012-07-191-3/+12
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-10/+11
|
* x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-1/+1
| | | | variables in DLLs