How to use preprocess_file in compiler.py #205
Unanswered
zhajio1988
asked this question in
Q&A
Replies: 1 comment
-
The From that object, you can extract the preprocessed text via: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I'm using a perl script alone to process the systemRDL file with embedded perl, and then using the generated systemRDL file to pass it to the compile_file function, I found that the compiler provides the preprocess_file function, may I ask what to do with this function, I found that it's return value is a class.
Beta Was this translation helpful? Give feedback.
All reactions