Merged
Conversation
…ith new stmts and expressions making the infrastructure modular and re-usable. Re-factored atomic commands as an extension. Made parser slightly more modular (more work needed on parser).
…om outside of their scopes; some clean-up along the way
…ent interface. Fixes #33.
…rophecy features as extensions. General refactoring and clean-up
Added fully fleshed out Extension framework
…nds. Partial implementation of rdcss (`complete()` proc for now). - Added parser support for auCommit resources; enable 'helping' - Expanded definition of "word-sized" types - Overhauled extensions to follow namespace-style convention - Added support for helping by allowing auPred resources to refer to another proc. - Updated syntax so that commitAU always requires at least two argument: token and a tuple of return values (if function returns nothing then it should be ()); and an optional third argument which is a tuple of the callable args. This optional argument becomes required if the token refers to a different procedure.
…ed expr_ext_rewrite_types, stmt_ext_rewrite_types to ExtAPI, bugfixes
… as well as sampleExt
…sively documented listExt.ml; added several error_credits examples; added benchmarking scripts for RavenExt
wies
requested changes
Jan 28, 2026
Collaborator
wies
left a comment
There was a problem hiding this comment.
Very minor change in README.md: ExtensionAPI is not a word. Let's just write extension API. Also, you use both ExtensionsAPI and ExtensionAPI.
Collaborator
Author
|
Done. Merging the pull request. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
--extensionwhich (presently) takes one of three values:default,eris, andprophecy. This option can be used to select which extension of Raven are active for a given run.Changed
Fixed