mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
// Generated by CoffeeScript 1.3.1
|
|
var OPERATOR;
|
|
|
|
OPERATOR = /^(?:[-=]>|[-+*\/%<>&|^!?=]=|>>>=?|([-+:])\1|([&|<>])\2=?|\?\.|\.{2,3})/;
|