c3d / xl

A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites
GNU General Public License v3.0
270 stars 15 forks source link

Add more checks for parsing / scanning errors #28

Open c3d opened 4 years ago

c3d commented 4 years ago

The test suite is currently somewhat weak with respect to testing error cases and validating the resulting error messages.

The test suite should probably move tests that check error cases into a separate directory.