import { Regex } from "../../patterns/Regex";

export const comment = new Regex("comment", "#[^\r\n]+");
comment.setTokens(["# "]);