cadejacobson / crush

Crush (AKA Cade's RUst SHell) is a rust implementation of a modern shell.
MIT License
0 stars 0 forks source link

Ensure string parsing works with unit tests #2

Open cadejacobson opened 5 months ago

cadejacobson commented 5 months ago

Currently, I have no system for writing tests. I have to implement this.

cadejacobson commented 5 months ago

This also has to find operators that are between words. Maybe add a space between each operator?