-
-
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.
feat: Enforce order of the statements
Slangroom statement will be exectuted in the order they are written such that it is possible to use data from a previous computation. All slangroom statement should be written before (for given) or after (for then) the zenroom statements. This is because, at the moment, we cannot start executing zenroom and suspend its execution before each slangroom statement (maybe it will be possible with improvement on exportable heap in zenroom).
- Loading branch information
1 parent
1f385b5
commit d729101
Showing
2 changed files
with
16 additions
and
24 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
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