corth-lang / Corth

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

`Corth/corth` should be able to do tests and bootstrap itself #12

Closed HuseyinSimsek7904 closed 7 months ago

HuseyinSimsek7904 commented 9 months ago

We are currently using other scripts to do the bootstrapping and testing. Corth/corth executable should be able to handle all of these by itself. To make this possible, we need a command-line argument parsing library and we -may- need to find a way to run shell scripts in Corth.