Differences From 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]
To Artifact [69544eab48]:
- File instruc — part of check-in [f731355880] at 2021-04-19 22:04:02 on branch trunk — Implement some more array operations. (user: user, size: 3042) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
275 276 277 278 279 280 281 282 283 284 285 286 287 288 | ; Arrays -Array GetArray InitArray SetArray ArrayCell ; Pattern matching -,=Pattern "P" -,=PatternS "P*" -Four -Eight -cut | > > > | 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 | ; Arrays -Array GetArray InitArray SetArray ArrayCell ArraySlice CopyArray DotProduct ; Pattern matching -,=Pattern "P" -,=PatternS "P*" -Four -Eight -cut |
︙ | ︙ |