Skip to content

Commit 3a4285a

Browse files
committed
update readme
1 parent 3d5f3f5 commit 3a4285a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Modern C++ Calculator
22

3+
[![CodeQL](https://github.com/ElementAstro/calculator/actions/workflows/codeql.yml/badge.svg)](https://github.com/ElementAstro/calculator/actions/workflows/codeql.yml)
4+
[![MinGW](https://github.com/ElementAstro/calculator/actions/workflows/windows-mingw.yml/badge.svg)](https://github.com/ElementAstro/calculator/actions/workflows/windows-mingw.yml)
5+
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=ElementAstro_calculator&metric=bugs)](https://sonarcloud.io/summary/new_code?id=ElementAstro_calculator)
6+
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=ElementAstro_calculator&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=ElementAstro_calculator)
7+
38
This is a modern C++ implementation of a calculator that can evaluate mathematical expressions. It supports various arithmetic operations, bitwise operations, and follows the standard order of operations.
49

510
> [!IMPORTANT]

0 commit comments

Comments
 (0)