ClecioJung / liir

liir is a simple REPL (Read, eval, print and loop) written in C
MIT License
3 stars 0 forks source link

Add automated tests #14

Open ClecioJung opened 2 years ago

ClecioJung commented 2 years ago

With automated tests becomes easy to change code with no fear to introduce new bugs.

ClecioJung commented 1 year ago

I thought a little bit, and came to the conclusion that doesn't make sense to implement automated tests in this state of the project. So, I'm closing this issue.

ClecioJung commented 10 months ago

This issue starts to make sense again, specially because we can evaluate expressions from command line