Servostar / gemstone

Gemstone programming language compiler (GSC)
GNU General Public License v2.0
3 stars 0 forks source link

Make `yyerror` use `ERROR` #11

Closed Servostar closed 4 months ago

Servostar commented 4 months ago

Implement yyerror function with new logging API

Servostar commented 4 months ago

Make yyerror print the passed string as ERROR. Should be quick and easy