Browse Source

Correction

Piotr Czajkowski 1 year ago
parent
commit
027ff9708a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      19/code.go

+ 1 - 0
19/code.go

@@ -39,6 +39,7 @@ func parseExpression(text string) []Node {
 			return nodes
 			return nodes
 		}
 		}
 
 
+		node.isExpression = true
 		if len(parts) != 2 {
 		if len(parts) != 2 {
 			log.Fatalf("Can't parse expression: %s", text)
 			log.Fatalf("Can't parse expression: %s", text)
 		}
 		}