corth-lang / Corth

A self-hosted stack based language like Forth
MIT License
8 stars 1 forks source link

Unsigned integer intrinsic type #60

Open HuseyinSimsek7904 opened 3 months ago

HuseyinSimsek7904 commented 3 months ago

This PR implements the unsigned integers as another intrinsic type. Until Corth has less than / greater than intrinsics however, unsigned integers have almost no difference with signed integers.