Replies: 1 comment 2 replies
-
Hi, I like the idea to parse the content of a IF_DATA block. I was not able to find a complete specification for that language. If you would like to do it and maybe consider to make a pull request - that would be awesome. I give you a quick overview:
The command line interface is provided by Asap2Parser I hope I have been able to give you a kick start here ;-) Kind regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need to parse an A2L file to a JSON file, but some fields such as IF_DATAs are not fully parsed. I'd like to implement it by myself. Which file uses the ANTLR generated files, creates the objects and prints the json? Is it available in the repo?
Beta Was this translation helpful? Give feedback.
All reactions