Start work on lambda functions (WIP)

This commit is contained in:
2026-02-28 15:59:29 +11:00
parent cb0a1251c8
commit 92045c6bb9
5 changed files with 125 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ struct _SolsTokenTypeMap SolsTokenTypeMap[] = {
{"if", STT_KW_IF},
{"while", STT_KW_WHILE},
{"def", STT_KW_DEF},
{"lambda", STT_KW_LAMBDA},
{"struct", STT_KW_STRUCT},
{"{", STT_OPEN_CURLY},
{"}", STT_CLOSE_CURLY},