Skip to content

Commit b0a0f9c

Browse files
committed
X
1 parent 6dfb5a4 commit b0a0f9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stint/private/custom_literal.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
func getRadix(s: static string): uint8 {.compileTime.} =
1111
# maybe have prefix
12+
static: debugEcho s
13+
static: debugEcho " len: ", $s.len, " - first: ", if s.len >= 2: $s[0] else: $'0'
1214
if s.len >= 2 and s[0] == '0':
1315
if s[1] == 'b':
1416
return 2

0 commit comments

Comments
 (0)