corth-lang / Corth

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

deque64.extend-left-deque #7

Closed HuseyinSimsek7904 closed 11 months ago

HuseyinSimsek7904 commented 1 year ago

deque64.extend-left/right-deque should be implemented which will extend a double-ended queue from one of its sides using another deque.

HuseyinSimsek7904 commented 11 months ago

Did that a long time ago, forgot the issue.