Added list '[]' data type. Fix: function with no arguments

This commit is contained in:
2024-03-28 08:51:02 +01:00
parent 3ca415fc66
commit c36c88d0fd
3 changed files with 99 additions and 27 deletions
+1
View File
@@ -70,6 +70,7 @@ const (
SymNot
SymComment
SymFunction
SymList
// SymOpenComment // 0: '/*'
// SymClosedComment // 0: '*/'
// SymOneLineComment // 0: '//'