"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "6b4c298c942345748859b60b2752c38da8b9e79f"
Instead of deriving different tokens from a base Token class, we now use an...
Instead of deriving different tokens from a base Token class, we now use an enumerated TOKEN_TYPE to distinguish types. This is so we don't have to cast all the time when parsing the resulting token stream. Also, removed start/end stream tokens.
Showing
Please register or sign in to comment