A personal project using Python to encrypt and decrypt morse code by letter
- The goals are:
- Learn a little morse code
- Learn a bit about how interpreters work, transpiling, etc.
- Strengthen my knowledge of python and a project.
- May be rendered using Flask or something..we'll see.
- This is tied into a long-term goal of building a compiler. I currently have a repo set up for this in Python, but my longer-term goal is to build one that is in C++.
- sequence points
- tokens
- lexemes
- lexers
- parsers
- LR vs LL
- LL1 vs LL0
- recursive descent algorithm