mirror of
https://github.com/status-im/nim-stint.git
synced 2025-02-19 18:38:13 +00:00
Use the new {.experimental.} pragma. Fix https://github.com/nim-lang/Nim/issues/8676, linked to da41fc1801
This commit is contained in:
parent
2a85ed2e40
commit
215293756a
@ -12,6 +12,8 @@ import ./datatypes, ./conversion, macros
|
|||||||
# #########################################################################
|
# #########################################################################
|
||||||
# Multi-precision ints to compile-time array of words
|
# Multi-precision ints to compile-time array of words
|
||||||
|
|
||||||
|
{.experimental: "ForLoopMacros".}
|
||||||
|
|
||||||
proc asWordsImpl(x: NimNode, current_path: NimNode, result: var NimNode) =
|
proc asWordsImpl(x: NimNode, current_path: NimNode, result: var NimNode) =
|
||||||
## Transforms an UintImpl/IntImpl into an array of words
|
## Transforms an UintImpl/IntImpl into an array of words
|
||||||
## at compile-time. Recursive implementation.
|
## at compile-time. Recursive implementation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user