Open zchcai opened 6 years ago
https://github.com/MAIAN-tool/MAIAN/blob/ab387e171bf99969676e60a0e5c59de80af15010/tool/parse_code.py#L9
should be pos + 2 + 2 * size_of_ input.
pos + 2 + 2 * size_of_ input
https://github.com/MAIAN-tool/MAIAN/blob/ab387e171bf99969676e60a0e5c59de80af15010/tool/parse_code.py#L9
should be
pos + 2 + 2 * size_of_ input
.