You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
During Versions
v0.19
tov0.22
, the Type-checking system was reworked from scratch to allow users to define their own datatypes. To help organize the types system, aTypeManager
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
The text was updated successfully, but these errors were encountered: