shawnanastasio / BasilC

An interpreter for the BasilC esoteric programming language
8 stars 4 forks source link

Parsed variables are only recognized when followed by a space #8

Open shawnanastasio opened 8 years ago

shawnanastasio commented 8 years ago

Therefore, parsing a string such as "Hello, $name!" does not correctly resolve $name to its value, while "Hello, $name !" works as intended.