lua-users home
lua-l archive

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


> May I ask, what is an incremental parser?  One that streams stuff s.a.  
> Lua's own built-in parser does?  Or something else?

"Incremental parsers retain the document's structure, in the form of
its parse tree, and use this data structure to update the parse after
changes have been made by the user or by other tools."

"Efficient and Flexible Incremental Parsing" by Wagner and Graham
http://harmonia.cs.berkeley.edu/papers/twagner-parsing.pdf