Simplified type system
This commit is contained in:
parent
71d7cdf5b2
commit
bd0a468282
16 changed files with 70 additions and 55 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue