Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix broken => for typed procs with pragmas (#16190) | hlaaftana | 2020-12-01 | 1 | -0/+13 |
| | | | | | | | * fix broken => for typed procs with pragmas * add more sugar tests * add ending quote | ||||
* | => supports pragmas & names (+ changed behavior) (#14200) | hlaaftana | 2020-05-03 | 1 | -16/+15 |
| | | | | | | | | | | * => supports pragmas & names (+ changed behavior) (x, y: int) is now parsed as (x: int, y: int) instead of (x: auto, y: int) inside => and ->. * fix pragma check * fixes, use since & LHS of -> supports pragmas | ||||
* | fixes anon procs created by macros | Andreas Rumpf | 2017-07-11 | 1 | -1/+32 |
| | |||||
* | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | implemented 'koch pdf' | Araq | 2014-12-19 | 1 | -0/+43 |