Andreas Rumpf
|
cfff27529e
|
added nkError to the AST (#17567)
* added nkError to the AST
* Update lib/core/macros.nim
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* Update compiler/ast.nim
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
|
2021-03-29 16:23:19 +02:00 |
|
Arne Döring
|
1105d03644
|
require errormsg to be specified before file.
|
2018-12-11 21:23:21 +01:00 |
|
Araq
|
b57d14b1ae
|
make more tests green
|
2018-02-10 20:55:22 +01:00 |
|
Adam Strzelecki
|
e80465dacf
|
tests: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:04:32 +02:00 |
|
Andreas Rumpf
|
a690e7b267
|
Merge pull request #1075 from flaviut/inlinedocs
Add some documentations and code examples in system
|
2014-04-09 22:56:18 +02:00 |
|