riddl
riddl copied to clipboard
A compiler for the DDD-based design language RIDDL
* Create a shortcode to display a D3.js based diagram * Use the shortcode to provide RIDDL AST hierarchy data to D3 for potentially large domains or subdomains, contexts, and...
Hugo supports mermaid language with a builtin shortcode. The output of the Hugo Generator should create various illustrations using this capability. The graphs that come to mind: * Plant/Pipe/Process data...
James has a document on Google Docs that should be factored into the documentation
I am going through the detail of adding definitions for each type, entity, context, domain, command/event/query/result, etc. in a RIDDL file. It made me think, this would be a tremendous...
This blog: https://rafaelritter.medium.com/ddd-model-integrity-patterns-36d0e8ac9561 has some good points that should be mentioned in practitioners documentation as best practices, etc.
The left navigation pane currently scrolls together with the main body of the topic you are currently viewing. For example if you navigate to Language -> Conventions you will find...
Create a binary file format, BAST, to store pre-compiled RIDDL specifications that can be imported into other models.
Right now, the PosNeg utility will gladly check that a `.riddl` file compiles and compare its output with a `.check` file in the directory. In the case that there is...
Write an plugin for IntelliJ IDEA that does all the highlighting, syntax checking, and adds editing conveniences like the Scala plugin does.