# Functions

NewParser creates a ready to user parser.
NewValidator creates a ready to use Validator instance.

# Structs

Parser is responsible for converting input to mathematical operations.
No description provided by the author

# Interfaces

OperationProcessor is the interface for processing mathematical operations.
ValidationHelper is the interface for input valeidation.