corth-lang / Corth

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

`memory` keyword should accept compilation time constants as well as immediate integers #41

Open HuseyinSimsek7904 opened 7 months ago

HuseyinSimsek7904 commented 7 months ago

Right now, memory keyword only accepts immediate integers as variable size. A compilation time constant calculation system should be added.