Skip to content

Commit 6e697e5

Browse files
committed
CI/CD
1 parent b298494 commit 6e697e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Go-Panikint
22

3+
[![Go-panikint self-compile and test](https://github.com/kevin-valerio/go-panikint/actions/workflows/go.yml/badge.svg)](https://github.com/kevin-valerio/go-panikint/actions/workflows/go.yml)
4+
35
### Overview
46

57
`Go-Panikint` is a modified version of the Go compiler that adds **automatic overflow/underflow detection** for integer arithmetic operations and **type truncation detection** for integer conversions. When overflow or truncation is detected, a **panic** with a detailed error message is triggered, including the specific operation type and integer types involved.

0 commit comments

Comments
 (0)