# calculator **Repository Path**: yuuspacex/calculator ## Basic Information - **Project Name**: calculator - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-24 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Calculator Lex/Yacc Calculator A simple Lex/Yacc calculator. Can store expressions in variables using the syntax, variable=expression, where variable is the name (string characters only) of the variable and the expression is the value.