https://github.com/csaintos/stem
STEM Educational Calculator
https://github.com/csaintos/stem
Last synced: 6 months ago
JSON representation
STEM Educational Calculator
- Host: GitHub
- URL: https://github.com/csaintos/stem
- Owner: CSaintos
- License: gpl-3.0
- Created: 2022-05-18T22:30:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T03:43:56.000Z (6 months ago)
- Last Synced: 2024-11-15T04:25:56.278Z (6 months ago)
- Language: C++
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compiler Phases
##### The Front End
0. Reader
1. Lexical Analyzer (Lexer)
2. Syntax Analyzer (Parser)
3. Semantic Analyzer (Definer)
##### The Back End
4. Code Generator[//]: # (In the case that I forget why I'm making this, just remember:)
[//]: # (- spreadsheets are not really for learning bc UI doesn't help, and same reason as calculators.)
[//]: # (- general purpose programming languages are limited in syntax, and same reason as calculators.)
[//]: # (- calculators are semi-impractical for exact values and proofs.)
[//]: # (- wolframalpha/mathway isn't free and not multi-line.)