Added path lib "core:path", as well as single- and multiple-splitset string split proc variants to "core:string"

This commit is contained in:
Brendan Punsky
2019-02-12 17:27:54 -05:00
parent 53d8216311
commit 0777351482
3 changed files with 328 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package path
SEPARATOR :: '/';
SEPARATOR_STRING :: "/";
#compile_assert("Linux is not yet supported");