I hereby claim:
- I am timotheel on github.
- I am timotheelaurent (https://keybase.io/timotheelaurent) on keybase.
- I have a public key ASBFPxOIHzThlvU5HuhoSFRqbF0TcsStVWW6MlAvQaJFnQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import sys | |
# Script developped by Timothée Laurent | |
# Usage: beautifyPrologLists.py [inputFile [outputFile [depth]]] | |
# Where depth is the depth at which you wish to stop indenting | |
# Example with depth = 2: | |
# [ | |
# [ | |
# [a, b, c, d], | |
# [1, [a, b], [c, d]], |