kitlang / kit

Kit: a magical, high performance programming language, designed for game development.
https://www.kitlang.org
Other
1.02k stars 29 forks source link

Basic Set implementation #123

Closed Gamerfiend closed 5 years ago

Gamerfiend commented 5 years ago

Many parts from Map

Gamerfiend commented 5 years ago

Updated this to include set methods, union, intersection, difference

bendmorris commented 5 years ago

The "compile-src" tests have moved into tests/functional, so please put your tests there.

It looks like there are some failing tests. If you run them locally do you see them fail?

Gamerfiend commented 5 years ago

For the set, or the general library?