javacc笔记4

阅读 41

2022-07-27


Simply throw away the matched string (after executing any lexical action).


MORE


Continue (to whatever the next state is) taking the matched string along. T his string will be a prefix of the new matched string.


TOKEN


Create a token using the matched string and send it to the parser (or any caller).


SPECIAL_TOKEN


Creates a special token that does not participate in parsing. Already described earlier.

精彩评论(0)

0 0 举报