For example, `0b10101010`. Spec in progress is [here](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-literals-numeric-literals). This mostly entails backporting [a version of the acorn.js JS parser](https://github.com/marijnh/acorn/blob/master/acorn.js#L770) into [our modified version](https://github.com/tessel/colony-compiler/blob/master/src/acorn_mod.js).
For example,
0b10101010. Spec in progress is here.This mostly entails backporting a version of the acorn.js JS parser into our modified version.