corth-lang / Corth

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

Compilation of `MODE-PEEKED` #46

Open HuseyinSimsek7904 opened 6 months ago

HuseyinSimsek7904 commented 6 months ago

Currently, when a replace token with mode MODE-PEEKED is received, it is directly converted directly into a MODE-REAL stack item. But avoiding this and keeping it as a stack item can help improve the performance of the programs.