Skip to content

modulovalue/directory_tree_prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prolog directory tree

A prolog pretty printer for directory trees.

v2: Call directoryTreePreview to get this preview:

Entity
╠═ Token
║  ╠═ Left Bracket
║  ╠═ Right Bracket
║  ╠═ Left Curly
║  ╠═ Right Curly
║  ╠═ Comma
║  ╚═ Colon
╚═ Value
.  ╠═ Array
.  ╠═ Object
.  ╠═ String
.  ╠═ Number
.  ║  ╠═ Double
.  ║  ╚═ Integer
.  ╚═ Null
Entity
┣━ Token
┃  ┣━ Left Bracket
┃  ┣━ Right Bracket
┃  ┣━ Left Curly
┃  ┣━ Right Curly
┃  ┣━ Comma
┃  ┗━ Colon
┗━ Value
.  ┣━ Array
.  ┣━ Object
.  ┣━ String
.  ┣━ Number
.  ┃  ┣━ Double
.  ┃  ┗━ Integer
.  ┗━ Null
Entity
|- Token
|  |- Left Bracket
|  |- Right Bracket
|  |- Left Curly
|  |- Right Curly
|  |- Comma
|  '- Colon
'- Value
.  |- Array
.  |- Object
.  |- String
.  |- Number
.  |  |- Double
.  |  '- Integer
.  '- Null
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages