VERY basic UTF8 parser

This commit is contained in:
udo
2022-01-28 20:23:14 +00:00
parent 939009f9a1
commit 18ca2368bc
9 changed files with 350 additions and 2 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
:sig
String expand_path(String path)
String expand_path(String path, String relative_to_path = "")
:params
path : a relative path
relative_to_path : optional, expand relative to this path (if not given, the current path is used)
return value : expanded version of the 'path'
:desc