simondotm / beeb-vsc

Visual Studio Code Extension to support code development for BBC Micro
https://marketplace.visualstudio.com/items?itemName=simondotm.beeb-vsc
MIT License
14 stars 3 forks source link

feat: Multiple target file handling #71

Closed tommy9 closed 8 months ago

tommy9 commented 9 months ago

Primarily adds the ability to have multiple target files stored in the settings.json file and be used to correctly parse more complex projects where included files may belong to different compile targets. As the target files are parsed, each included file gets a reference to its parent, so we can reuse that in the future.