# compiler-homework6 **Repository Path**: zren/compiler-homework6 ## Basic Information - **Project Name**: compiler-homework6 - **Description**: bison (S-attributed) - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 68 - **Created**: 2016-06-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #compiler-homework6 Extend the grammar to support multiplication and subtraction To make, use mingw32-make (for Windows) or make (for OSX and Linux) To run the test cases, run "./exam.sh". In case it does not work, run "chmod +x exam.sh" first, then run "./exam.sh"