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
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