On Sat, Apr 05, 2008 at 07:59:36PM -0000, John M. Dlugosz wrote: : I'm trying to fathom STD.pm. : : Maybe someone can help me trace through this one? : : How is : $obj!privA = 1; : parsed? : : Reading expect_term, it trys <noun>, then <variable> sees the "$" and commits to the decision, reads "obj" as a <desigilname>, then checks for a ".", but doesn't have similar logic for "!".
You probably need to svn up. I only just added dotty:<!> yesterday. The dotty rule is called from expect_term via the post rule. Larry