| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
to be completed - better would be to have a libc wrapper that deals with
all pesky C ABI details
|
| |
|
|
|
|
| |
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
| |
|
|
|
|
|
| |
On windows when compiling on 32 bit, this can get you a
out of range exception for an otherwise valid interval.
|
| |
|
|
|
|
|
|
| |
This revision is intended as comparison point between the old and the new GC
The used GC can be switched in mmdisp and various statistics will be gathered during
execution (these will be removed/disabled in later revisions)
|
|
|