JavaScriptMinifier: Document every operator and token type, with spec ref
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 10 Aug 2018 19:34:37 +0000 (20:34 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 10 Aug 2018 20:04:58 +0000 (21:04 +0100)
commit8f857f362169a1a02c8c9e03414c70f470c933c5
treef268ad513705043e1b008d0709903563531b0a9d
parentd45f9434271e5de2f12c3bbcfc8f5816528f739d
JavaScriptMinifier: Document every operator and token type, with spec ref

* Group related operators and token types together.

* Document what each group's members have in common for the purposes of
  parsing and the state machine.

* Add spec reference.

Also confirmed that each group matches the spec (nothing missing,
nothing extra).

Bug: T201606
Change-Id: I9128beed9ab5dcf831d4655854565f826f81c602
includes/libs/JavaScriptMinifier.php