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

export const nullKeyword = new Literal("null", "null");