Differences From Artifact [aef07dfcc7]:
- File instruc — part of check-in [646aebd36a] at 2021-04-17 05:52:17 on branch trunk — Start to implement parsing for pattern matching. Execution of pattern matching is not yet implemented. (user: user, size: 3005) [annotate] [blame] [check-ins using]
To Artifact [43ddd4ce2c]:
- File instruc — part of check-in [de3822f0fe] at 2021-04-18 03:04:14 on branch trunk — Implement more of pattern matching. (It is only partially tested so far. Also, only (P) and (,P) are implemented, and so far not (=P) and (P*) and (,P*) and (=P*).) (user: user, size: 3010) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
281 282 283 284 285 286 287 288 289 290 291 292 293 294 | ArrayCell ; Pattern matching -,=Pattern "P" -,=PatternS "P*" -Four -Eight ; Specials *Function *Local *Label *String *Int16 | > | 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 | ArrayCell ; Pattern matching -,=Pattern "P" -,=PatternS "P*" -Four -Eight -cut ; Specials *Function *Local *Label *String *Int16 |
︙ | ︙ |