PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Path handling is not platform-independent #421

Open PaulBone opened 2 years ago

PaulBone commented 2 years ago

The compiler, runtime and especially plzbuild contain a lot of hard-coded path manipulation code. Like ".so" vs ".o" and "/" rather than "\". There should be an abstraction layer to make porting easier.