Simplified type system
This commit is contained in:
@ -34,7 +34,7 @@ func Compile(files <-chan *fs.File, functions <-chan *core.Function, structs <-c
|
||||
continue
|
||||
}
|
||||
|
||||
allTypes[typ.UniqueName()] = typ
|
||||
allTypes[typ.Name()] = typ
|
||||
|
||||
case file, ok := <-files:
|
||||
if !ok {
|
||||
|
Reference in New Issue
Block a user