feat: regex for pattern matching for signed and unsigned integers
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
main() {
|
||||
uint32 y = 1;
|
||||
uint8 x = 0;
|
||||
if x > 0 {
|
||||
print("Hello World, x is zero");
|
||||
|
||||
Reference in New Issue
Block a user