riddl
riddl copied to clipboard
A compiler for the DDD-based design language RIDDL
The test cases have been hacked together for 4 years. They need to get a bit more organized and de-duplicated. For example, `rbbq.riddl` appears in three places with the same...
It should be possible to write test cases to confirm model intent and prevent regressions from occurring. Some sort of algebra needs to be invented to specify the constraints and...
* Create a riddl-hugo-theme that provides all the shortcodes for generated docs. * When hugo pass generates input to hugo, use the riddl-hugo-theme shortcodes exclusively * Allow and validate riddl-hugo-theme...
You can click on RIDDL include statements to traverse to that riddl file.
┆Issue is synchronized with this [Jira Story](https://yoppworks.atlassian.net/browse/RL-86) by [Unito](https://www.unito.io)
┆Issue is synchronized with this [Jira Task](https://yoppworks.atlassian.net/browse/RL-20) by [Unito](https://www.unito.io)
┆Issue is synchronized with this [Jira Task](https://yoppworks.atlassian.net/browse/RL-21) by [Unito](https://www.unito.io)
create JIRA Project create Git Repo Initialize project structure (Riddl, src, test, docs, etc.) boilerplate RIDDL source file
Add a "shell" command that allows `riddlc` to be used interactively so that commands and options can be typed in to a prompt and executed that way.
Allow individual files to be prettified. This requires the definitional context to be provided as a parameter. That is, a top level fill can be included with "Root" level parsing...