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

Adding scripting functionality to RumbleDB #1252

Merged
merged 88 commits into from
Jul 9, 2024

Conversation

DavidBuzatu-Marian
Copy link
Collaborator

The PR introduces scripting capabilities within the RumbleDB engine. Scripting enables support for side-effects, both in query bodies and functions.
Changes are backwards compatible with previous RumbleDB versions.
Scripting introduces the construct of statements, which are execution units that do not return anything and execute locally. Local execution is enforced as side-effects may affect parallel computation where cross-dependencies exist between parallel jobs.
With scripting, we also enabled while loops, as well as interrupts such as break loop, continue loop, and exit returning.

DavidBuzatu-Marian and others added 30 commits February 22, 2024 11:37
Fixing tests for grammar update

Fixed tests for scripting grammar
Added variable declaration statement to translation visitor
Copy link
Member

@ghislainfourny ghislainfourny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is amazing work!

@DavidBuzatu-Marian DavidBuzatu-Marian merged commit 2653d2e into master Jul 9, 2024
3 checks passed
@DavidBuzatu-Marian DavidBuzatu-Marian deleted the master-davidbuzatu-scripting branch July 9, 2024 14:18
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.

None yet

2 participants