mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
@Araq @krux02 https://github.com/nim-lang/Nim/pull/7598 seemed inaccurate eg for NLineInfo there's `mNLineInfo` but no opcNLineInfo
This commit is contained in:
committed by
Andreas Rumpf
parent
b750082925
commit
04df7f147c
@@ -14,11 +14,8 @@ include "system/inclrtl"
|
||||
|
||||
## .. include:: ../../doc/astspec.txt
|
||||
|
||||
# If you look for the implementation of the magic symbols, copy the
|
||||
# magic string and open the file "../../compiler/vm.nim" and search
|
||||
# for the magic string with the prefix "opc". For example the
|
||||
# implementation of ``{.magic: "FooBar".}`` will be right under
|
||||
# ``of opcFooBar:``.
|
||||
# If you look for the implementation of the magic symbol
|
||||
# ``{.magic: "Foo".}``, search for `mFoo` and `opcFoo`.
|
||||
|
||||
type
|
||||
NimNodeKind* = enum
|
||||
|
||||
Reference in New Issue
Block a user