Qualify filename in error messages

This commit is contained in:
Justin Ethier 2020-07-27 17:42:11 -04:00
parent b350a0cf33
commit 4de446f556

View file

@ -4,7 +4,7 @@
Features Features
- The compiler now provides improved error messages with file and line numbers for a wide range of syntax errors. - The compiler now provides improved error messages with filename and line numbers for a wide range of syntax errors.
- Added `c-void` type into `(cyclone foreign)`. - Added `c-void` type into `(cyclone foreign)`.
Bug Fixes Bug Fixes