matthewbdwyer / tipc

A compiler from TIP to llvm bitcode
MIT License
65 stars 39 forks source link

Remove all shared_ptrs #82

Closed nicholasphair closed 1 year ago

nicholasphair commented 1 year ago

69 replaces the unique_ptrs in the ast nodes with shared_ptrs. For the sake of consistency and simplicity for students, lets just use shared_ptrs everywhere.