LucasLarson / HQ9

🍋  an interpreter of the HQ9+ programming language, written in C++20

Home Page:https://git.io/HQ9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the bootstrap’s syntax isn’t as standards- or best practices-compliant as it could be

LucasLarson opened this issue · comments

  • surround variable references with braces where possible
  • surround variable references with double quotation marks where possible
  • be POSIX-compliant

addressed, repaired, conformed with 3eac1e4