I forgot about commas
This commit is contained in:
@@ -36,6 +36,7 @@ struct _SolsTokenTypeMap SolsTokenTypeMap[] = {
|
||||
{"<=", STT_OP_EQLESSER},
|
||||
{"\n", STT_LINE_END},
|
||||
{";", STT_LINE_END},
|
||||
{",", STT_COMMA},
|
||||
// Shh, this is our little secret
|
||||
// Your reward for actually reading the source code
|
||||
// Enable this by adding -DSUPER_SILLY_MODE to your
|
||||
|
||||
Reference in New Issue
Block a user