Skip to content

Commit

Permalink
migrate to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreni committed Jan 10, 2025
1 parent 1ad11ec commit 23cb3f0
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 131 deletions.
2 changes: 1 addition & 1 deletion emberjson/parser_helper.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from .tables import *
from memory import memcpy
from memory.unsafe import bitcast

alias BytePtr = UnsafePointer[Byte, mut=False]
alias BytePtr = UnsafePointer[Byte]
alias smallest_power: Int64 = -342
alias largest_power: Int64 = 308

Expand Down
Loading

0 comments on commit 23cb3f0

Please sign in to comment.