corth-lang / Corth

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

`sizeof` keyword #33

Open HuseyinSimsek7904 opened 8 months ago

HuseyinSimsek7904 commented 8 months ago

sizeof type-name should return an integer indicating the stack size of a type. sizeof memory should return an integer indicating the space allocated for a local or global variable.

HuseyinSimsek7904 commented 7 months ago

Added sizeof <int-type> compilation.