remoo69 / Sheesh-Compiler

Compiler for the Programming Language: Sheesh#
2 stars 0 forks source link

Refactor #2

Closed jldav1d closed 1 year ago

jldav1d commented 1 year ago

@remoo69 Modifcations:

  1. Added assets folder for images
  2. Added src folder for the source code
  3. Removed lex.c from src folder
  4. Added .gitignore for git to ignore specific files/folders (e.g pycache)
  5. In gui.py, added image for loading a file
  6. In gui.py, changed tab spaces to 4 instead of 8