Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented quit command, prints all commands in batch mode, removes trailing spaces, handles empty commands #18

Merged
merged 10 commits into from Mar 16, 2016

Commits on Mar 16, 2016

  1. Added CMakeLists to ignored git files

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    3d00e1a View commit details
    Browse the repository at this point in the history
  2. Delete CMakeLists.txt

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    3e97311 View commit details
    Browse the repository at this point in the history
  3. Removed -lpthread from Makefile

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    ac81e1b View commit details
    Browse the repository at this point in the history
  4. Added "; ;" as a test case to batch file

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    725c6b3 View commit details
    Browse the repository at this point in the history
  5. Added CMakeLists to ignored git files (again)

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    2db60fc View commit details
    Browse the repository at this point in the history
  6. Implemented function to remove leading and trailing spaces from curre…

    …nt command
    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    0d42f4c View commit details
    Browse the repository at this point in the history
  7. Improved code comments

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    686e548 View commit details
    Browse the repository at this point in the history
  8. Implemented quit command, renamed parseCommand() to runCommand(), as …

    …well as multiple variables
    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    6f8bb66 View commit details
    Browse the repository at this point in the history
  9. Prints all commands when running as batch

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    b5f9baf View commit details
    Browse the repository at this point in the history
  10. Skips empty commands between "; ;" tokens

    Edgar Sanchez committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    84c48c5 View commit details
    Browse the repository at this point in the history