all repos — min @ 62767eddb2e00b56af0ff48855a5b944cdd90927

A small but practical concatenative programming language.

Removed unnecessary fields from scope object.
h3rald h3rald@h3rald.com
Sun, 08 Jul 2018 11:59:06 +0200
commit

62767eddb2e00b56af0ff48855a5b944cdd90927

parent

07f25b45167f854ccf7e72939d63f703cc1039c6

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M core/parser.nimcore/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