//
// Copyright 2022-present theiskaa. All rights reserved.
// Use of this source code is governed by MIT license
// that can be found in the LICENSE file.
//
use crate::;
// A main structure that takes string input, parses it via [Lexer],
// and calculates result via [Calculator].