UNPKG
lexer-state
Version:
latest (1.0.7-alpha.1)
1.0.7-alpha.1
1.0.7-alpha.0
1.0.6
1.0.5
1.0.5-alpha.0
1.0.4
1.0.4-alpha.2
1.0.4-alpha.1
1.0.4-alpha.0
1.0.3
1.0.3-alpha.0
1.0.2
1.0.1-alpha.2
1.0.1-alpha.1
1.0.1-alpha.0
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
Lightweight state machine library to define and manage state transition declaratively
lexer-state
/
packages
/
machine
/
dist
/
lexem
/
token.js
14 lines
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict"
;
// export const TokenType = {
// EPSILON: 0,
// SYMBOL: 1,
// EQL: 2,
// INT: 3,
// FLOAT: 4,
// SEMI: 5,
// PAREN: 6,
// OPERATOR: 7,
// GENERIC: 8,
// } as const;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
//# sourceMappingURL=token.js.map