mrclay.org
JSMin’s classic delimma: division or RegExp literal
JSMin uses a pretty crude tokenizer-like algorithm based on assumptions of what kind of characters can precede/follow others. In the PHP port I maintain I’ve made numerous fixes to handle mos…