jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Start setting up testing #3

Closed jmeaster30 closed 11 months ago

jmeaster30 commented 3 years ago

I want to have some tests written before we go much further.

I do trust the parser though but it would be good to check just in case. Especially the operation precedence.

I will need to consider that we will want to be running tests that will run external programs in the future but maybe for now we just worry about writting some catch2 tests or whatever.

jmeaster30 commented 2 years ago

Writing tests is better in rust so no catch 2

jmeaster30 commented 11 months ago

We have tests setup