DashAB Setup Instructions

These instructions are for setting up your antlr v4 development environment. There are different instructions for Ubuntu (Should be applicable for most linux systems), Mac, and Windows environments. Make sure you complete the section on building your first antlr parser or else you will not complete the setup. Use the instruction relevant to your machine.

1 Ubuntu
 1.1 Installing Oracle Java JDK 8
 1.2 Installing Intellij
 1.3 Installing antlr v4 plug-in for Intellij
 1.4 Getting Antlr4 libraries
 1.5 Configuring first project
2 Windows
 2.1 Installing Oracle Java JDK 8
 2.2 Installing Intellij
 2.3 Installing antlr v4 plug-in for IntelliJ
 2.4 Getting Antlr4 libraries
 2.5 Configuring first project
3 Mac OS X
 3.1 Installing Oracle Java JDK 8
 3.2 Installing Intellij
 3.3 Installing antlr v4 plug-in for Intellij
 3.4 Getting Antlr4 libraries
 3.5 Configuring first project

[Next ]