UNPKG

clarity-pattern-parser

Version:

Parsing Library for Typescript and Javascript.

4 lines (3 loc) 131 B
import { Regex } from "../../patterns/Regex"; export const comment = new Regex("comment", "#[^\r\n]+"); comment.setTokens(["# "]);