TypeManager is half implemented
Open
enhancement
planning
- Dominant language
- C++
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
During Versions `v0.19` to `v0.22`, the Type-checking system was reworked from scratch to allow users to define their own datatypes. To help organize the types system, a `TypeManager` class was started but it was never finished and connected to the ContextManager.
A TypeManager should be used to keep all type-checking, data structure, constructors, etc. in one place. This can be found at: `xcs/types/manager.h`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.