Skip to content

Apex Squid

Dan Canqui edited this page Mar 9, 2016 · 2 revisions

The apex-squid module represents the entire process of perform a static code analysis. Squid diagram

As seen in that image apex-squid has three subprocess.

  1. Scanner. Builds and defines the core to analyze a file.
  2. Lexical analysis. Generates a list of tokens from a file
  3. Parsing expression grammar. Generates an AST from a list of tokens.
Clone this wiki locally