ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.45k stars 41 forks source link

A single # on a line should count as a comment #610

Closed MinmoTech closed 1 year ago

MinmoTech commented 1 year ago

As also reported on discord currently a single # on a line causes a compilation error. It works when putting a whitespace after it: #

Ideally this single # on a line would also just count as a comment as is documented here: https://ngs-lang.org/doc/latest/man/ngslang.1.html

ilyash-b commented 1 year ago

The fix is in the dev branch. If you are on dev, we should close it now. If you are using the master branch, we should close it after the release.