-
Looking at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No need to change the parser at all. The SystemRDL language already allows you to define your own property extensions. |
Beta Was this translation helpful? Give feedback.
Yep. I have a bash script to rebuild the lexer and parser code here: https://github.com/SystemRDL/systemrdl-compiler/blob/main/systemrdl/parser/generate_parser.sh
As well as some notes about installing antlr: https://systemrdl-compiler.readthedocs.io/en/stable/dev_notes/antlr.html