Path: utzoo!mnetor!tmsoft!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!magnus.ircc.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!agate!shelby!neon!lucid.com!campeau!jwz From: jwz@lucid.com (Jamie Zawinski) Newsgroups: comp.unix.programmer Subject: lex problem: "Too many right contexts" Message-ID: Date: 27 Jan 91 07:10:26 GMT Sender: usenet@lucid.com Organization: Lucid, Inc., Menlo Park, CA Lines: 13 The subject says it all; what does that error mean and what can I do about it? My suspicion is that lex has a built-in limit on how big the FSM can be. I've increased the values of the %[epnkao] parameters by an order of magnitude, with the same result. the current state of my input file is that when I comment out five or six rules (*any* five or six rules) it works, which is what leads me to believe that it's merely a size problem. This is on both a Sun3 and Sun4, SunOSes 4.0.3 and 4.1. Any suggestions would be appreciated. -- Jamie