How to reproduce: - 1 For your sanity, open an anonymous browsing window. - 2 Navigate to https://pest.rs/#editor - 3 Enter the following text into the editor: `field = {"-"? ~ PUSH("."?) ~ (ASCII_DIGIT | PEEK)+}` - 4 The page will become unresponsive, I assume it is stuck running an infinite loop in the WASM VM but have not tested this hypothesis.