rslint_parser 0.3.1

An extremely fast ECMAScript parser made for the rslint project
Documentation
1
2
3
4
5
6
7
8
9
10
5 * 5
6 ** 6 ** 7
1 + 2 * 3
(1 + 2) * 3
1 / 2
74 in foo
foo instanceof Array
foo ?? bar
1 + 1 + 1 + 1
5 + 6 - 1 * 2 / 1 ** 6