"...composable_kernel.git" did not exist on "88c36f836f44e290e6e3b8e8c42ab0ff6138ebc1"
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