MCPcopy Create free account
hub / github.com/sql-js/sql.js / isIllegal

Function isIllegal

documentation/javascript/application.js:393–395  ·  view source on GitHub ↗
(lexem, mode)

Source from the content-addressed store, hash-verified

391 }
392
393 function isIllegal(lexem, mode) {
394 return mode.illegal && mode.illegalRe.test(lexem);
395 }
396
397 function compileTerminators(mode, language) {
398 var terminators = [];

Callers 1

processModeInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…