UNPKG

@thi.ng/sexpr

Version:

Extensible S-Expression parser & runtime infrastructure

10 lines (9 loc) 135 B
const DEFAULT_SYNTAX = { scopes: [["(", ")"]], whiteSpace: /(\s|,)/, string: '"', comment: ";" }; export { DEFAULT_SYNTAX };