dimyr7 / ClassScheduler

A class scheduling program made for Scheedule2
GNU General Public License v2.0
3 stars 3 forks source link

Added comments, made some changes to parser, added rapidjson library #8

Closed crkainrath closed 9 years ago

crkainrath commented 9 years ago

I saw that in the Parser files, you moved the rapidjson library to a folder lib, but there is no lib folder in your repository. I saw in the .gitignore file you have lib/* ignored. I commented that out so that I could add lib/rapidjson. Let me know if this is not good to do or if you want to do it differently.

dimyr7 commented 9 years ago

Looks good. I also saw that rapidjson was not in the repo and I changed that in my branch but not in the master.