summary refs log tree commit diff stats
path: root/compiler/vmops.nim
Commit message (Expand)AuthorAgeFilesLines
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-071-0/+6
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-8/+8
* Add ``readFile`` implementation for nimvmAnatoly Galiulin2016-04-131-31/+37
* os.walkDir is available at compile timeAraq2015-11-101-1/+9
* VM produces objects.Yuriy Glukhov2015-09-051-1/+1
* system.locals is now a plugin for educationAraq2015-04-241-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1473Araq2014-11-121-0/+5
* system.writeFile works at compile-timeAraq2014-10-021-0/+9
* VM supports math and a few os procsAraq2014-08-301-0/+66
#n117'>117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173