konsumlamm
|
2e8325a19c
|
Remove support for named procs with sugar.=> (#17220)
* Add docs & tests for named procs with sugar.=>
* Remove support for named procs in sugar.=>
* Resolve conflict
* Fix test
|
2021-03-05 12:08:03 +01:00 |
|
hlaaftana
|
1d1b3f79fd
|
fix broken => for typed procs with pragmas (#16190)
* fix broken => for typed procs with pragmas
* add more sugar tests
* add ending quote
|
2020-12-01 12:01:36 +01:00 |
|
hlaaftana
|
3e060cfb0a
|
=> supports pragmas & names (+ changed behavior) (#14200)
* => 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
|
2020-05-03 10:22:49 +02:00 |
|
Andreas Rumpf
|
2ad9a16e0a
|
fixes anon procs created by macros
|
2017-07-11 18:07:34 +02:00 |
|
Andreas Rumpf
|
c9966a3e17
|
use 'using' instead of 'sig' keyword; cleans up new features a bit
|
2016-02-29 12:19:54 +01:00 |
|
Adam Strzelecki
|
e80465dacf
|
tests: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:04:32 +02:00 |
|
Araq
|
76c3b314dc
|
implemented 'koch pdf'
|
2014-12-19 13:44:56 +01:00 |
|