hjsmin-0.1.4: test/parsingonly/15_literals.js
const GLOBAL = this;
var tokens = [
"END",
// Operators and punctuators. Some pair-wise order matters, e.g. (+, -)
// and (UNARY_PLUS, UNARY_MINUS).
"\n", ";"];
var opTypeNames = {
'\n': "NEWLINE",
';': "SEMICOLON",
',': "COMMA"};
var assignOps = ['|', '^', '&', '<<', '>>', '>>>', '+', '-', '*', '/', '%'];