# compiler-homework3 **Repository Path**: vacutity/compiler-homework3 ## Basic Information - **Project Name**: compiler-homework3 - **Description**: recursive descent parsing - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 70 - **Created**: 2016-05-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #compiler-homework3 ## Requirements 1. Recursive descent parsing, based on the template, or stack based 2. Error detection. For example, if input file contains "12 + 34 45", output "error at 45". If input file contains "(123 + 34 * 4", output "unmatched bracket" 3. Bonus: extend the grammar to support floating point numbers, minus and / or divide operators