Piotr Czajkowski hace 1 año
padre
commit
027ff9708a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      19/code.go

+ 1 - 0
19/code.go

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