mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
4 lines
64 B
Nim
4 lines
64 B
Nim
import std/macros
|
|
|
|
converter Lit*(x: uint): NimNode = newLit(x)
|