riddl
riddl copied to clipboard
A compiler for the DDD-based design language RIDDL
This should provide a better way to work with plugin modules where the module can be published locally and then found by riddlc dynamically. Currently doesn't work because test case...
Details: * https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#publishing-a-package
### **Is your feature already requested in another issue?** No ### **Is your feature a defect?** No. ### **Is your feature request related to a problem? Please describe.** The problem...
Create a post-validation pass, named "Codify", that uses a configured external AI API (GPT LLM) to translate the statements in On Clauses, Functions, and Sagas into actual code for various...
It is possible since JDK 9 to get a more optimized JDK and runner generated with the various jxxx tools. This should be doable and provide a small benefit, perhaps...
In the Developer's Guide, present diagrams for the various definitions, their containment hierarchy and what all the sealed traits mean. Also, explain the Pass design and how to write the...
When sbt-ossuminc support it, configure the build to work with scala.js, scala.native and scala.jvm. This needs to be supported generically by sbt-ossuminc first.
Create a brew cask so that riddlc can be installed with `brew install riddlc`
We need development tools to be able to work with RIDDL and provide advanced editing features. That’s what LSP, Language Server Protocol is for. LSP has a JVM implementation in...
Review SAE International's standard: * Architecture Analysis & Design Language (AADL) * AS5506 Revision D To see if there are any RIDDL language features that have been missed or that...