You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the preprocessing of multiple line comments as following lines, all this COMPU_METHOD will be removed. It will cause the error in the lexcer paring. so either
don't preprocess the comments, because the lexcer will first channel hidden to remove the comments
keep the text after / when / and */ at the same line.
/begin COMPU_METHOD
/* Name of CompuMethod / SWC_JctTempEstm_CM_single
/ Long identifier / "Q = V"
/ Conversion Type / RAT_FUNC
/ Format / "%8.6"
/ Units / ""
/ Coefficients */ COEFFS 0 1 0 0 0 1
/end COMPU_METHOD
/begin COMPU_METHOD
/end COMPU_METHOD
The text was updated successfully, but these errors were encountered:
I will soon release a completely new parser written in C++, which fixes this and other problems (not to mention dramatically increased processing speed and reduced memory consumption).
Note: the parsing result of your example will be still incorrect, because parameters Name to Unit are mandatory!
In the preprocessing of multiple line comments as following lines, all this COMPU_METHOD will be removed. It will cause the error in the lexcer paring. so either
/begin COMPU_METHOD
/* Name of CompuMethod / SWC_JctTempEstm_CM_single
/ Long identifier / "Q = V"
/ Conversion Type / RAT_FUNC
/ Format / "%8.6"
/ Units / ""
/ Coefficients */ COEFFS 0 1 0 0 0 1
/end COMPU_METHOD
/begin COMPU_METHOD
/end COMPU_METHOD
The text was updated successfully, but these errors were encountered: