Skip to content

A personal project using Python to encrypt and decrypt morse code by letter

Notifications You must be signed in to change notification settings

kammitama5/MorseCodeDecryptEncrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MorseCodeDecryptEncrypt

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

Notes

  • sequence points
  • tokens
  • lexemes
  • lexers
  • parsers
  • LR vs LL
  • LL1 vs LL0
  • recursive descent algorithm

About

A personal project using Python to encrypt and decrypt morse code by letter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages