waterbearlang / moonshine

A programming language that maps nicely to blocks
2 stars 0 forks source link

Make isName() more rigorous #8

Open dethe opened 2 years ago

dethe commented 2 years ago

The easiest way to test whether a string is a name might be to parse it and see if it throws an exception?