| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
normalised the line endings of macros.nim (minor edits otherwise)
|
|
|
|
|
| |
bugfixes:
the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
|
| |
|
|
|
|
| |
see the safePrintF example in the manual as a motivation
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
* can be stored in constants and variables (including in containers like sequences)
* can be passed to and returned from macros
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of 'compile' are not overwritten
|
| |
|
| |
|
| |
|
|
|
|
| |
magic to access the invokation AST
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
first class iterator support
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
'system.compiles'
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|