Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/assyrianic/text-input-math-calculator-workshop

educational workshop & material for teaching Computer Science & Computer Engineering students in how to create a math calculator using lexical analysis and parsing theory.
https://github.com/assyrianic/text-input-math-calculator-workshop

education educational educational-project lexer lexical-analysis lexical-analyzer math mathematics parsing

Last synced: 2 days ago
JSON representation

educational workshop & material for teaching Computer Science & Computer Engineering students in how to create a math calculator using lexical analysis and parsing theory.

Awesome Lists containing this project

README

        

# Text-Input-Math-Calculator
Educational material for teaching Computer Science & Computer Engineering students in how to create a math calculator using lexical analysis and parsing theory.

## Notes
There is an error in the lexing code for part 2 but it's correct in the actual code.