[Pharo-users] This week (27/2024) on the Pharo Issue Tracker

2024-07-05 Thread Marcus Denker
Main work this week happend on the CI infrastruture (and getting the test green for Pharo13 again), we did not merge lots of PRs due to that. # Pharo 12 - [P12][Backport] Fix recompilation of dead block twice in debugger #16784 https://github.com/pharo-project/pharo/pull/16784 # Fixes

[Pharo-users] Help with PetitParser2 rules

2024-07-05 Thread Rafael Luque
Hi all, I'm struggling with a small parser using PetitParser2. Here is a fragment of some of the rules I'm defining but their behaviour is not as I could expect: andKeyword := 'and' asPParser trim, #letter asPParser not. notKeyword := 'not' asPParser trim, #letter asPParser not. keyword := andKey