Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
There is an error in the regular expression used in the function
replace_operators_binary_symbolicthat causes the second through last of a particular binary symbolic operator to fail to be replaced. For example:The
+that is pasted in afternon_operator_regexin two places in the regular expression should be removed.