[goos/goal] user profiles (#977)

* implement user profiles

* example usage!

* typo

* use a cond

* fix errors

* fixes

* fix potential commandline args disaster
This commit is contained in:
ManDude
2021-11-24 05:44:04 +00:00
committed by GitHub
parent 8544e95b4b
commit 59d071eccb
15 changed files with 130 additions and 19 deletions
+1
View File
@@ -64,6 +64,7 @@ void TextStream::seek_past_whitespace_and_comments() {
case ' ':
case '\t':
case '\n':
case '\r':
// just a whitespace, eat it!
read();
break;