(FEAT) Abstracted file system into its own class. #20

Merged
shultzp1 merged 2 commits from feature/file-handler into main 2025-10-18 14:17:02 -07:00

2 Commits

Author SHA1 Message Date
Hayden Hargreaves
2fdab0134a (FIX): Small file updates.
We won't need a stack yet.
2025-10-17 13:15:42 -07:00
Hayden Hargreaves
7587e493d7 (FEAT) Abstracted file system into its own class.
This class is then composed into the parser class and called to write
the expected outputs. This is a huge step towards the final product.
Furthermore, the output it being written to the file generated. Until
the CLI is implemented, this is the best it will do.
2025-10-17 13:08:37 -07:00