Generating A2L from Json & Parsing Transformers from A2L #40
-
Hello Andreas Lenzen, Firstly, you previous suggestions helped me getting started with parsing the A2L and thank you for that.
Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Update about question 1)
|
Beta Was this translation helpful? Give feedback.
-
Hi Ram, Regarding 1: I would have suggested exactly that :-D Kind regards, |
Beta Was this translation helpful? Give feedback.
Hi Ram,
Regarding 1: I would have suggested exactly that :-D
Regarding 2: You are right, my parser does not yet support "Transformers" because it is part of the newer version of the standard which I don't have. So if you could implement the support for things from that standard I would welcome that 👍
The parser specification has been added bei schmo1337
So it is a matter of adding "Transformer" to the class structure (adding a new field on ModuleSubBlocks, creating class(es) for "Transformer") and adding the parsing step into the visitor
Kind regards,
Andreas