Index

javascript/app.js

Initializes page and loads main functions
Version:
  • 20130226
Author:
  • Ryan Sullivan
Source:

javascript/compile.js

Controls the flow of compilation. Cleans up input, runs Lexer, runs Parser
Version:
  • 20130226
Author:
  • Ryan Sullivan
Source:

javascript/Lexer.js

Houses the Lexer class
Version:
  • 20130226
Author:
  • Ryan Sullivan
Source:

javascript/output.js

Helper functions to display output to the web interface
Version:
  • 20130226
Author:
  • Ryan Sullivan
Source:

javascript/Parser.js

Houses the Parser class
Version:
  • 20130226
Author:
  • Ryan Sullivan
Source:

javascript/tests.js

All of the test cases that can be loaded
Version:
  • 20130226
Author:
  • Ryan Sullivan
Source:

javascript/Tokens.js

Houses all Token constants and the Token prototype
Version:
  • 20130223
Author:
  • Ryan Sullivan
Source:

javascript/utils.js

Random functions that are usefull anywhere
Version:
  • 20130223
Author:
  • Ryan Sullivan
Source: