feat: regex for pattern matching for signed and unsigned integers

This commit is contained in:
2026-08-24 00:12:10 +05:30
parent 3bc9e06673
commit 79a92f1d2d
2 changed files with 13 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
main() {
uint32 y = 1;
uint8 x = 0;
if x > 0 {
print("Hello World, x is zero");