corth-lang / Corth

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

Unsigned integer intrinsic type #60

Open HuseyinSimsek7904 opened 1 month ago

HuseyinSimsek7904 commented 1 month 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.