Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/assyrianic/text-input-math-calculator-workshop
- Owner: assyrianic
- License: agpl-3.0
- Created: 2024-02-16T15:48:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T15:58:50.000Z (11 months ago)
- Last Synced: 2024-11-09T17:36:42.839Z (about 2 months ago)
- Topics: education, educational, educational-project, lexer, lexical-analysis, lexical-analyzer, math, mathematics, parsing
- Language: C
- Homepage:
- Size: 2.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.