0
点赞
收藏
分享

微信扫一扫

javacc笔记4

老罗话编程 2022-07-27 阅读 39


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.

举报

相关推荐

javacc笔记

javacc笔记3

javacc笔记5

JavaCC

javacc ()? ()* ()+

javacc 两张图

笔记4

笔记(4)

0 条评论