-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearrange the API again to fix compilation environments
A lot to summarize, but basically: 1) Any environment can inherit from another environment. The functions in Clostrum check for inherited data. The functions in clostrum-sys do not have to, so implementations can focus on themselves, as long as they provide a PARENT somehow. 2) FUNCTION-DESCRIPTION etc. accessors are eliminated. Instead, compilation and runtime environments are accessed through a common API. The only real differences between them are that a) run-time-environments can't inherit from compilation envs b) compilation environments do not have function or variable cells c) or packages 3) said common API includes new OPERATOR-FTYPE etc. accessors. TODO: Tests, documentation.
- Loading branch information
Showing
13 changed files
with
663 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.