neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
916 stars 43 forks source link

typecheck: convert untyped-integer to uint #200

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

the following fails in ng:

ng> v := uint(0x01)
ng: typecheck: cannot convert untyped integer to uint