| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
wide char versions of the WinAPI
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
symbol files should work again
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
liners (see examples/maximum.nim)
|
| |
|
|\ |
|
| |
| |
| |
| | |
Some new options added to the compiler (see news.txt for details)
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
compiler from optimizing away all stack roots
|
| |
|
|
|
|
| |
fork&exec
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|/ |
|
|
|
|
| |
test suite.
|
| |
|