Add token literals to the lua parser
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
}
|
||||
case LUA_TLIGHTUSERDATA: {
|
||||
LuaToken token = LS_.cktoken(val);
|
||||
(*output_) << "[" << token.str() << "]";
|
||||
(*output_) << "@" << token.str();
|
||||
return;
|
||||
}
|
||||
case LUA_TT_GENERAL: {
|
||||
|
||||
Reference in New Issue
Block a user