| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Some new options added to the compiler (see news.txt for details)
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
compiler from optimizing away all stack roots
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows for various type selection algorithms to be implemented.
See tests / accept / compile / ttypeselectors.nim for examples.
|
|
|
|
| |
fork&exec
|
|
|
|
| |
'high' in eval context
|
|
|
|
| |
not trigger a recompilation
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
under normal circumstances
Implemented operators like +=, -=, etc for ordinals, floats and string
Programs using the UnitTest module will now report the number of failed tests as the exit code of test runs (0 for successful run)
|
|/ |
|
|
|
|
| |
escaping of operators with \ is supported
|
| |
|
| |
|
|
|
|
|
| |
AST-to-string conversion procs renamed to repr, treeRepr and lispRepr for better consistency
new dumpTree and dumpLisp procs for quick AST inspection of arbitrary nimrod blocks
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/
|
|
| |
mode
|
| |
|
| |
|
| |
|
| |
|
| |
|