Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified namespace #29

Merged
merged 36 commits into from
Nov 22, 2021
Merged

Unified namespace #29

merged 36 commits into from
Nov 22, 2021

Conversation

izrik
Copy link
Member

@izrik izrik commented Nov 22, 2021

This PR unifies the namespace, so that variables, functions, and macros are all managed by the environment via a single interface. Before, a name could refer to any combination of the three. Functions, expressions, and macros are all now math objects. All math objects now have a DocString property.

Most of the changes in this PR are new test code.

@izrik izrik merged commit 9174e16 into master Nov 22, 2021
@izrik izrik deleted the unified-namespace branch November 22, 2021 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant