I forgot about commas

This commit is contained in:
2026-02-28 17:57:57 +11:00
parent 3a3e25c6c7
commit a434304e95
3 changed files with 16 additions and 2 deletions

View File

@@ -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