Parsing and Lexing in JS

Lexical Analysis

Lexical Analysis

The process of splitting text into TOKENS

also known as TOKENIZATION

Parsing

Assembling TOKENS into a meaningful structure

Applications

  • Compiling Source Code
  • Analyzing Source Code
  • Dealing with structured data

Jison and peg.js

Title Text

deck

By Matt Sprague