lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Excellent!  Thanks.  I'll still digesting the new features added so I
can't comment on those.

One thing I have noticed is that it's difficult to debug a large
grammar.  If you get an infinite loop error it's impossible to tell
where it is.  I don't know if it's even possible to solve this problem
but if there was some way to save the point of construction of each
component then if an error occurs it might be able to point to the
source line number.

CR