-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICD generation #12
Comments
It might be also an option to specify eg. All outputs will be templates where defined keywords will be replaced with the protocol definitions |
Hi Mathis,
Hope it helps. |
Hi Alex, I'll implement it first as a standalone tool. |
https://github.com/mathisloge/protocol-doc-generation So I've worked a bit on it. But it is far away from testable. Just wanted to let you know, that there is some progress. Using https://github.com/pantor/inja to generate text from templates. In the end all structures has to be converted to an internal json structure. But, which i do like quite a lot, it is possibile to override text etc. by appying a json merge. |
Hi Alex, commsdsl/lib/src/StringFieldImpl.cpp Line 219 in ba636a9
But I couldn't find any info about it in https://commschamp.github.io/commsdsl_spec/#appendix-string Do I have to take the encoding into account or can I ignore it (treat it just a internal code gen thing)? |
Hi Mathis, Please disregard it for now unless you really need to specify it as part of the schema, not just comment. |
Hi Alex, Then I will ignore the field for now. |
Hi Alex,
I'm currently exploring the possibility to generate latex files for automatic ICD generation.
there shouldn't be much missing for a ICD generation. (just the protocol aspect of a ICD.) But I think that this will be a very useful functionality.
https://github.com/mathisloge/commsdsl
I'm letting you know how it works out. Currently i need to dig a bit around the code to get a better understanding.
(Don't expect me to be that fast. I'm currently writing my master thesis and working beside that)
Just by the way, really good code. I was able to find my way around quickly and generated the first latex document.
The text was updated successfully, but these errors were encountered: