ipbus / ipbb

IPbus Builder Tool
GNU General Public License v3.0
12 stars 12 forks source link

Implement the use of '\' for line continuation in dependency files #202

Closed jhegeman closed 5 months ago

jhegeman commented 5 months ago

Some of the lines in the dependency files, especially for the conditional cases, can become quite long. This change implements 'line continuation' for lines ending in '\'. The implementation is a bit naive/straightforward. There is no real grammar behind the dependency file parsing anyway, so this should not be too offensive.

jhegeman commented 5 months ago

Sorry. I could not resist.