Differences From Artifact [9e7b6d9b79]:
- File tools/sxcat.adb — part of check-in [fc6a5f0338] at 2014-08-03 20:04:14 on branch trunk — sxcat: fix parsing of the second entity in parsing separator arguments (user: nat, size: 30416) [annotate] [blame] [check-ins using]
To Artifact [9d7ec778ba]:
- File tools/sxcat.adb — part of check-in [fafeac7b41] at 2014-08-07 21:03:41 on branch trunk — sxcat: also allow 'x' to represent atoms in separator arguments (user: nat, size: 30428) [annotate] [blame] [check-ins using]
︙ | |||
494 495 496 497 498 499 500 | 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 | - + | case C is when '(' | 'o' | 'O' => Entity := SE.Printers.Pretty.Opening; Valid := True; when ')' | 'c' | 'C' => Entity := SE.Printers.Pretty.Closing; Valid := True; |
︙ |