run static method

void run()

Implementation

static void run() {
  Lexer.runUnitTests();
  Parser.runUnitTests();
}