Skip to content

Instantly share code, notes, and snippets.

@backupbrain
Last active October 15, 2018 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save backupbrain/fc985e80f560fedbb9b848a7ec60a08c to your computer and use it in GitHub Desktop.
Save backupbrain/fc985e80f560fedbb9b848a7ec60a08c to your computer and use it in GitHub Desktop.
LexicalAnalyzer.prototype.run = function(tokenLines) {
lexOutput = this.getClassifiedTokenFromLines(tokenLines);
return lexOutput;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment