Removed unnecessary fields from scope object.
h3rald h3rald@h3rald.com
Sun, 08 Jul 2018 11:59:06 +0200
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
core/parser.nim
→
core/parser.nim
@@ -89,8 +89,6 @@ MinScope* = object
symbols*: CritBitTree[MinOperator] sigils*: CritBitTree[MinOperator] parent*: ref MinScope - name*: string - stack*: MinStack MinOperatorProc* = proc (i: In) {.closure.} MinOperatorKind* = enum minProcOp