sekiguchi-nagisa / arsh

A statically typed scripting language with shell-like features
Apache License 2.0
22 stars 2 forks source link

not accept potentially ambigous `${ls }` or `${34 }` notation #735

Closed sekiguchi-nagisa closed 10 months ago

sekiguchi-nagisa commented 10 months ago

${34} and ${ 34 } are different meaning, but ${34 } and ${ 34 } are same. ${34 } notations should be semantic error