import { Expression } from './Expression';

export const ExpressionEndOfInput: Expression = {
  id: 'end of input',
  parse: null
};
