Repository URL to install this package:
|
Version:
1.2.8 ▾
|
"use strict";
/** @ignore 🚧 wip */
// https://github.com/qfox/Zeon/blob/master/Ast.js#L23
// https://github.com/qfox/Zeon/blob/master/fuzzing/fuzzRuderManEdited.js#L1414
var binaryOps = [// Long-standing JavaScript operators, roughly in order from http://www.codehouse.com/javascript/precedence/
' * ', ' / ', ' % ', ' + ', ' - ', ' << ', ' >> ', ' >>> ', ' < ', ' > ', ' <= ', ' >= ', ' instanceof ', ' in ', ' == ', ' != ', ' === ', ' !== ', ' & ', ' | ', ' ^ ', ' && ', ' || ', ' = ', ' *= ', ' /= ', ' %= ', ' += ', ' -= ', ' <<= ', ' >>= ', ' >>>=', ' &= ', ' ^= ', ' |= ', ' , '];