Lines Matching full:parsing
138 # When parsing such an expression, the parser used to be strict. It first
139 # evaluated the left-hand side of the operator '&&' and then started parsing
145 # therefore parsing stopped at the '>', producing the 'Bad conditional
148 # Ideally, the conditional expression would not be expanded before parsing
202 # When parsing the modifier ':?', there are 3 possible cases:
218 # In var.c 1.285 from 2020-07-20, the parsing of the expressions changed so
225 # reverted, still not knowing about the difference between regular parsing and
226 # balanced-mode parsing.
229 # inconsistency in parsing, but since that broke parsing of the modifier ':@',
232 # In var.c 1.1047 from 2023-02-18, the inconsistency in parsing was finally
256 # normally, parsing and evaluating the ':S' modifier, thereby treating the
299 # 2023, the exact parsing algorithm switched a few times, counting balanced