ossuminc / riddl

A compiler for the DDD-based design language RIDDL
https://riddl.tech/
Apache License 2.0
19 stars 6 forks source link

Support Programming Language Code Integration Statement #606

Closed reid-spencer closed 3 months ago

reid-spencer commented 3 months ago

While RIDDL pseudo-code is handy for getting the gist of an on clause or function body, sometimes we just want to go direct to code. I suggest we co-opt markdown's syntax and allow a statement with a syntax like this:

```name ... code ... ``` to write code in name language