First release with new versioning scheme.
Added metacomment parsing
Added ability to pass a flag to disable comments from being appended to a line of gcode
Fixed bug where numbers were properly parsed, when passed as values
Fixed bug in converting object to GCode. F values were set as E values
Renamed "metaComment" to "commentTag" Transformed GcodeObject into a class and appended the toGcode function to it
Exporting gcodeToObject as default
Added ability to pass a "precision" flag when converting from an object back to gcode
Added ability to pass comment tags commands without any additional args
Compiling to es5 for compatability