# mygod **Repository Path**: diligent_leo/mygod ## Basic Information - **Project Name**: mygod - **Description**: 四则运算(支持括号)词法分析器flex、语法分析器yacc、抽象语法树、解释器 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-03-16 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mygod 支持五则运算(加、减、乘、除、求余及混合运算)、支持括号 用到:词法分析器flex、语法分析器yacc、抽象语法树、解释器、make 清除:make clean 安装:make 监测:使用valgrind监测,无内存相关问题