UNPKG
pridoujs
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
The pridou interpreter.
github.com/Pridou/pridou
Pridou/pridou
pridoujs
/
lib
/
config
/
parser.d.ts
5 lines
(4 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
MULTIPLICATIVE_OPERATORS
:
Set
<
string
>;
export
declare
const
ADDITIVE_OPERATORS
:
Set
<
string
>;
export
declare
const
COMPARISON_OPERATORS
:
Set
<
string
>;
export
declare
const
ASSIGNMENT_OPERATORS
:
Set
<
string
>;