Skip to content

A repo containing explorations with Rust & Python for compiler implementation & learning the basics of graphics via OpenGL and C++.

Notifications You must be signed in to change notification settings

namiwa/learningcompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting hands dirty with a compiler designs

  1. Copying python lexer + parser from TeenyTiny
  2. Re-implementing the above python compiler in rust
  3. Working through Crafting Intepreters book
    • Java (Correctness)
    • C (Fast + Correct)
  4. cpp-game-engine
    • learning to build a game engine from scratch
    • currently going through basics of learnopengl

About

A repo containing explorations with Rust & Python for compiler implementation & learning the basics of graphics via OpenGL and C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published