restructure code a bit, add comparison functions for primitive types and composed types (needed to put values in sets)

This commit is contained in:
Joeri Exelmans 2025-04-17 15:11:06 +02:00
parent 3978f7f835
commit 8653bb99c6
12 changed files with 175 additions and 64 deletions

View file

@ -43,5 +43,3 @@ export const ModuleSymbols = {l:[
{i: SymbolType , t: SymbolT},
{i: SymbolGenericType, t: SymbolT},
]};