UNPKG

mca-compiler

Version:
6 lines (5 loc) 156 B
var errors = require('../errors'); exports.type = "BreakStatement"; exports.call = function() { errors.notAllowedError("break is not allowed here"); };