UNPKG

gumnut

Version:

Permissive JS parser and tokenizer in Web Assembly / C, for Node or browser

18 lines (17 loc) 403 B
export const eof: 0; export const lit: 1; export const semicolon: 2; export const op: 3; export const colon: 4; export const brace: 5; export const array: 6; export const paren: 7; export const ternary: 8; export const close: 9; export const string: 10; export const regexp: 11; export const number: 12; export const symbol: 13; export const keyword: 14; export const label: 15; export const block: 16;