Can anyone tell me what the parameters to the h_trans thing in config-files are? I'd like to try to add =item and =cut and others as comments in Perl. Anyone know if that might work, or if the support has to be compiled in somewhere? What I'd particularly want to know is what the number for the first parameter, "next_stat", means. The rest I figured out from cfte.cpp.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As far as I recall, the state machine is fairly well documented in the html docs distributed with fte-common, you should check there.
The next_stat parameter specifies the state to which you are actually translating, i.e. the state that should be entered when the given expression is matched.
Hope this helps,
Jon Svendsen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can anyone tell me what the parameters to the h_trans thing in config-files are? I'd like to try to add =item and =cut and others as comments in Perl. Anyone know if that might work, or if the support has to be compiled in somewhere? What I'd particularly want to know is what the number for the first parameter, "next_stat", means. The rest I figured out from cfte.cpp.
Hello, and my apologies for the late reply
As far as I recall, the state machine is fairly well documented in the html docs distributed with fte-common, you should check there.
The next_stat parameter specifies the state to which you are actually translating, i.e. the state that should be entered when the given expression is matched.
Hope this helps,
Jon Svendsen