maha-sachin/ocaml_Calculator
This code provides a basic command-line calculator. It prompts the user to enter an arithmetic expression (e.g., "2 + 3") and then evaluates and prints the result. The Parser.parse_and_eval function is responsible for parsing and evaluating the expression.