Use ".spr" as preferred extension for SPL resource files.
A low-level system programming language with high-level syntax
Status: Alpha
Brought to you by:
akapusti
Currently SPL resource files are ".res", and that conflicts with Win32 extension handling (i. e.g. explorer, MSVC< etc.) Use ".spr". Go through SPL compiler/stdlib sources and check if ".res" is hardcoded anywhere, replacing it with ".spr". The SPL comjpiler itself uses a resource file for messages - make that ".spr" too.