Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"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 ', ' == ', ' != ', ' === ', ' !== ', ' & ', ' | ', ' ^ ', ' && ', ' || ', ' = ', ' *= ', ' /= ', ' %= ', ' += ', ' -= ', ' <<= ', ' >>= ', ' >>>=', ' &= ', ' ^= ', ' |= ', ' , '];