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

https://github.com/csaintos/stem

STEM Educational Calculator
https://github.com/csaintos/stem

Last synced: 6 months ago
JSON representation

STEM Educational Calculator

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.)