All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
##[1.1.0] 2021-09-17 -created a number evaluation process
-allows user to input expression and get the evaluated statement (left to right)
-allows the user to put a batch file in the resources directory and then evaluate the file directly, displaying an output
-cleaned up files that will be pushed to github.
-updated README
-FileReader.java
-Expression.java
-batch.txt (this will not exist for you)
##[1.0.5] 2021-09-16 -changed a couple comments -This should be the final 1.0 branch release
##[1.0.4] 2021-09-12 -fixed an issue where arguments were not being passed in correctly -updated some documentation -screwed around with git flow and created versions 1.0.1-1.0.3
-Implemented all the necessary code for the release of verson 1.0.0 as specified in the Moodle Homework 1 assignment page. -Capitalized a couple of words in the changelog. -Added much better documentation
-Added basic Apache common CLI functionality. This means that you can use the -help option to display information about the application. -Note that the implementation will likely change significantly from here, this is essentially a hello world for the CLI tool.
-Used Gradle to create an app that gives hello world functionality.
-A bunch of boilerplate files by running "gradle init"
-Changelog -README