preprocess -> section
This commit is contained in:
@@ -86,9 +86,7 @@ decode_string :: proc( v: any, key: string ) -> string {
|
||||
return fmt.tprintf("%v", decode(v, key))
|
||||
}
|
||||
|
||||
preprocess :: proc( r: ^strings.Reader, v: any, key: string ) -> string {
|
||||
if v == nil do return ""
|
||||
|
||||
section :: proc( r: ^strings.Reader, v: any, key: string ) -> string {
|
||||
save := r.i
|
||||
|
||||
t := reflect.any_base(decode(v, key))
|
||||
|
||||
Reference in New Issue
Block a user