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

feat!: Add Custom Operators #62

Merged
merged 16 commits into from
Jan 6, 2023
Merged

Conversation

spotandjake
Copy link
Owner

This pr replaces the terrible operator system brisk currently has with a custom operator systen that allows for custom INFIX, PREFIX and POSTFIX operators this also moves the langauge operators such as + into the runtime and out of the compiler.

@spotandjake spotandjake self-assigned this Jan 2, 2023
@spotandjake spotandjake added enhancement New feature or request In Progress labels Jan 2, 2023
@spotandjake spotandjake added this to the Minimum Viable Product milestone Jan 2, 2023
@spotandjake spotandjake linked an issue Jan 2, 2023 that may be closed by this pull request
7 tasks
@spotandjake spotandjake merged commit dd3e142 into main Jan 6, 2023
@spotandjake spotandjake deleted the spotandjake-custom-operators branch January 6, 2023 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request In Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

V2 Additions
1 participant