Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed 'strong spaces' from the manual because some people on reddit who ↵ | Andreas Rumpf | 2016-08-05 | 1 | -42/+0 |
| | | | | never actually tried the feature are afraid that they could be confused (TM). Boo, we like to learn crazy precedence tables instead and check they adhere with the spacing. | ||||
* | updadet doc/manual array construction syntax | Arne Döring | 2016-08-03 | 1 | -4/+2 |
| | |||||
* | documentation build cleaned up | Andreas Rumpf | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | finally removes 'echo ' gotcha | Andreas Rumpf | 2016-01-15 | 1 | -0/+8 |
| | |||||
* | fixes #2559 | Araq | 2015-09-10 | 1 | -4/+4 |
| | |||||
* | Added example for associativity | apense | 2015-06-24 | 1 | -5/+12 |
| | | | Hopefully this change makes this neat feature more apparent | ||||
* | Minor fixes for arrow like change patch | ReneSac | 2015-04-11 | 1 | -3/+4 |
| | | | | | | Don't use ^ operator yet for compatibility with older compilers. Moved arrow like explanation, and fix precedence description on the text in the manual. Fixed typo in news. | ||||
* | Changing the rule for arrow like operators again. | ReneSac | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | Updated arrow like and strongSpaces in the manual | ReneSac | 2015-04-09 | 1 | -7/+7 |
| | | | | Also added `-` to the first character table and standartized spaces there. | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | fixes #2073; language spec change: arrow like operators are not right ↵ | Araq | 2015-02-08 | 1 | -4/+2 |
| | | | | associative anymore | ||||
* | compiler\parser.nim | Araq | 2014-12-08 | 1 | -26/+24 |
| | | | | implemented arrow like operators | ||||
* | manual split up into multiple files; documented the new concurrency system | Araq | 2014-10-02 | 1 | -0/+112 |