dclareForMPS icon indicating copy to clipboard operation
dclareForMPS copied to clipboard

Adding declarative, reactive and incremental rules to MPS

Results 25 dclareForMPS issues
Sort by recently updated
recently updated
newest added

- Closure equality - Requires the same closure node, two closures with the exact same structure don't match - All captured variables must satisfy `Object#equals` - Considerations about capturing non-final...

enhancement

enhancement
documentation

I'm still using MPS 2021.1 in several projects. Will there be a DclareForMPS v2 release for that MPS version?

question

Does Dclare work on a build server? How to enable it? When do we know it's done, and can continue the build? (Please excuse the brevity, I'd like to have...

question

Proposal to simplify rule sets and increase notational flexibility ``` final concept RuleSet { child ruleSetName : RuleSetName [0-1] child members : IRuleSetMember [0-n] ref aspect : Aspect [1] }...