#Tokens Generator
##HW1_1.java
- This file reads the cranfield database and generate the corresponding output.
- To run this code, you need to pass the cranfield databse path as an argument to the java file when you run. Output is displayed on the console.You can go to the command prompt and run using following command:
- Compile: javac HW1_1.java
- Run: java HW1_1 (path to cranfield database)
##HW1_2.java
- This file reads the cranfield database and generate the corresponding output.
- How to run
- To run this code, you need to pass the cranfield databse path as an argument to the java file when you run.Output is displayed on the console.You can go to the command prompt and run using following command:
- Compile: javac HW1_2.java
- Run: java HW1_2 (path to cranfield database)