sbuberl / px

A programming language
MIT License
4 stars 1 forks source link

Finish first round of unit tests #34

Closed sbuberl closed 5 years ago

sbuberl commented 5 years ago

I started adding units tests for the compiler. Only added Utf8String unit tests. Should probably add more tests before I get too deep with new features to make sure I don't break anything in the future

sbuberl commented 5 years ago

Now that I have some Parser tests I'm going to close this out. Will add more tests as new features are added.