Skip to content

Add native indent support for stringfy #14

@softmarshmallow

Description

@softmarshmallow

Native indenting support when building coli object as a source string.

Ideas

stringfy_internal(o, depth=1){
     stringfy_internal(o.1, depth + 1)
     eachline(o, "\t")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions