Attempt fix setup script on Linux

Also update CC BY-SA notice of attribution
This commit is contained in:
2022-05-05 16:12:55 -05:00
parent e0b2e5ee92
commit 9ef756838b
6 changed files with 42 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ export enum Symbol {
FINALLY = "finally",
WITH = "with",
STATEMENT = "statement", // Indent token, contains non-empty code lines
COMMENT = "comment",
COMMENT = "Comment",
EMPTY = "EMPTY", // empty line, used only to associate with the previous line
INVALID = "INVALID",
EOF = "EOF"