mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Update package path and fix bugs; add path.match which uses shell pattern matching
This commit is contained in:
@@ -9,9 +9,11 @@ import "core:strings"
|
||||
|
||||
MAX :: 4096; // @note(bp): apparently PATH_MAX is bullshit
|
||||
|
||||
SEPARATOR :: '/';
|
||||
SEPARATOR_STRING :: "/";
|
||||
OS_SEPARATOR :: '/';
|
||||
OS_SEPARATOR_STRING :: "/";
|
||||
|
||||
OS_SEPARATORS :: `/`;
|
||||
OS_SEPARATORS_ARRAY :: []string{`/`};
|
||||
|
||||
@(private)
|
||||
null_term :: proc(str: string) -> string {
|
||||
|
||||
Reference in New Issue
Block a user