nevalang / neva

🌊 Dataflow programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
91 stars 7 forks source link

WIP: Feature std image #573

Closed emil14 closed 4 months ago

Catya3 commented 5 months ago

It looks like we might be getting issues from the use of Struct builders in the example code:

std@0.20.0/builtin/core.neva:0:0 can't resolve argument: can't get type def from scope by ref: import not found: image

Catya3 commented 4 months ago

The latest error is: std@0.22.0/builtin/core.neva:0:0 can't resolve struct field: color: can't get type def from scope by ref: entity not found: 'RGBA'