genius257 / autoit3-pegjs

A PEG.js parser for the AutoIt3 language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwitchStatement does not allow empty statement before first case

genius257 opened this issue · comments

Switch $value

case 1
endswitch

output:

Line 2, column 1: Expected " ", ";", "Case", "EndSwitch", or "\t" but "\n" found.