OpenJelly / Open-Jellycore

A compiler for the Jelly language that allows you to create Apple Shortcuts using Jelly!
https://openjelly.com
GNU General Public License v3.0
76 stars 5 forks source link

SYNTAX ERROR #10

Open emsi opened 7 months ago

emsi commented 7 months ago

The following code:

import Shortcuts
#Color: orange, #Icon: alertTriangle

var Url = ""

if (Url == nil) {
    alert("NIL")
}

compiles fine in jellycuts. In jellycore it spits SYNTAX ERROR:

SYNTAX ERROR, line: 6,  "ERROR (ERROR (string_chars)) (string text: (string_chars))" Check your syntax in the surrounding area.