-
Notifications
You must be signed in to change notification settings - Fork 72
Home
Ioan CHIRIAC edited this page Feb 18, 2015
·
3 revisions
This parser looks a token ahead, and each function MUST consume his token.
checks the current token and raise an error if not match
eat current token and goes to the next
reads token contents (when the token is a T_STRING for example)
reads a list of tokens separated with a token
-- PHP-Parser for NodeJS - Released under BSD3 - Ioan CHIRIAC - Wiki Homepage