Commit Graph

5 Commits

Author SHA1 Message Date
6fc689c46c Added a test to the context type 2025-01-03 05:40:24 +01:00
7745dc24e2 dict-type.go: exported NewDataCursor 2024-07-18 07:25:51 +02:00
9fb611aa20 Formatter option is now composed of two data: flags (lower 16 bits) and indentation size (higher 16 bits).
DictType and ListType formatter use both indent and flag options.
Simple-store now makes a DictType from its data and its ToString() function returns dict.ToString()
2024-06-11 16:32:01 +02:00
54041552d4 dict-type.go: added MakeDict() constructor 2024-06-10 09:35:48 +02:00
7650a4a441 DictType moved from operand-dict.go to the dict-type.go file 2024-06-04 10:59:25 +02:00