UNPKG

mca-compiler

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