Skip to content

Commit

Permalink
Add pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
peterparser committed Aug 4, 2019
1 parent 9274b68 commit c481ffc
Showing 1 changed file with 61 additions and 38 deletions.
99 changes: 61 additions & 38 deletions src/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,44 +200,67 @@


rattata = r"""
,%(*
****//////&
(**////@(/////(
&**/////((#//////
#//////(((((/////(
,////((((/( */////&
(((//# &///#
#///
%////# (//%
%//&(/((% #//#
%//**#((((, . &//
/%***#((((# &******// //%
/&,,/#********////% &****//(&///# //(
& (%#**********////////&////@******%// ((.
%,, **********//////////////@********@//. %(%
(,*,@/**/////////////////////(***,,,***&// ((&
/#//////////////////&(%//////&,,,,,,**(// %#**( /(%
%****//////////////@(#....//////(,,,,,,,///%(/*******////( &((
////////////////@( /(% #//////(%,,,,,*//#/////////////////(/&
%///(,,,,,,,,,.. ./&%. #//(//(#///(/////%///////////////////%
@,,,,,,/(..,,.......,,,(&(. ....... ,,***,,*////////////
% .....(/%,,,,,,,,,,..%&*//////////////////////////////////(
%(//( .#////&,,,,,,,.....,,/////////////////////////////////#
#%(%*(/////& # &((#////&,,,,,.....,,,///(/////////////////////////////.
#,,,*,.(((%% (((((@*/%**/,..........//%//////////////////////////////(
,.,,,,,*(////((/////((&*****@,....,,,.*///////////////*. ....#////////(((
.,,****/,,,,,,,,#///////////%*,,,......,,////////((((&
@.....,%,,..& &///////////(,,,******,,,,%(////((((((((((
.%...,,,,% %///////////,/%********@. #/((((((////(
(#,,,% #//////////(/,**/((( /&(((%%(((
&(/////////@,*%*,#( &/(((((#
(((////(((( #.# ..,%
# .*((((( # (.. ..*
@ ..,(% ,( %(
@., *...
(
.,,,*****.
.,. .*.
,. ,*
,, *,
.* .,. ..,*
*, .*******,, ...,,,,
.* ...**(,........... ...,***/
., .,,***(*,,,,,,.,....,.,***/*
, ..*****,(,,....,.,,,,****,//.
. .,***** *,,,***,*******/,
.. ..,****. .,//*/*,*,.
. .,,**,
, ..,,, ,*.,**,. .,/*/,
* ..,* ., .*, ,, .*
* ..*. , .((#%(* ./, *. ,// *
, ../. ,. ,/,****,/#* .*/ ,. //***(, ,
. ..*. * /**********/#,..,** ./.. .(/******(. ..
.. ..,* ., .(************/(*,,,** .,**. ..... *,.../(*********//...
, ...( ., .(******,********(*,,,,. .,,. .. .,,. .*****(************(..,
., ..*. , .(****,,,,,,******/,,,,*/*,. ......,/. ///*/(/*************/,..
,. ..,/ ,*/**/*//*. , (****,,*,,,,,,****/#,*****,. .....,**,,(#(/((*************,,(,,.
,. *. .. .**/, //***,,,,,,,,,,,****#/***,,. ......,*****/##*****/********,,,(,,
,. ..* . .,...(. ,#**,,,,,,,,,,,,,,,*,(**,,. .......,*****,*,*(**********,,.,,*/,*
.. .,, ,. ,,.,.*/ /**,.....,,,,,,,,,,/,,,,. .........,********,//*****,,.......//,/
., . ,. *. .,,,,,,/. /,...........,.,//,,, .........,********,,//*,....... .(***
, ,. ., ..,,,,,,,(. (* *.. .. ..........,********,,(*,.. (/*(
.. .. ,. /#(*. ...*****,*( .(/ /, ...........,*,******,**,. */*/,
* . , *(*,//,. ....,*****,*# ../#/, #. *, ..........,,,******,,#,. //*/, .,
.. .. , *(,.,/(*...,,,,,,,(((*.....*((/ ,(. ........,,,,,,,*****,,(. ,((**/. .,,,.
,..,,. . .*(*..*((*,,,,,,,,,*//((/. ./ *, .......,,,,,**/(*****,/*,/(((////. .,,.,.
.,,,,. . .*#(. *(#,.,******* .,. *, .......,,,,,,//,,*///**///**. .,. ,*
,*,,, , . ,(/. ,((**,,*/ .* *, ......,,,,,,,/, **/***/ .*, ,,
,/,,, ,, .... */, ,((/* .* /. ......,,,,.*/* .**/*** .*. ,,.
/,,,, * . ,(/. *(, ,, ,* /(. .....,,,,,,*// .,****/ .,. ./,
,,,*/. * .......... .*/. .*. .,/* ./*/. ...,,,,,,,**/( .,****/,. ,*.
,///* , ........... .((. .( */**( ...,,,,,,**/// *,,////. ./*
.///// ............. ,( . ,( ***..( .,,,,,,,**/*(. /. .*,
////. ... .. ............ *, .*.,*, ./ .,,,,,.,* ,*/ /. ,*
*/, .... . ... ... ................ *#, ,(*. * .,,,,,,/, /** ,
./ ..............................,.... ,**. .* ..,,,,*/,*, .,
. ............................*,,,..... .(* . ..,.,,* *.
.. ...............,,,,,,,,,,,,**,**,,. ,(, . ......,*. .*
*. .....,.....,,.,............,***,**/,. ..,*(* **(/,,******* *(
* ......,,................,*,*******,.. .,,**/. .....*. *(**,
/. ..........,.,...........,*******,**.,,... ,,.*/,* .. .. ,///,../,
,. ............,..,..,....*********,/* .,,*,( .,.../,.*((/ ./(/*,/* *.
. .........,,,,,,.,.********,,,*/ /, .,,,,,*#/*#. .*,///, ./,,
..........,.,,,,,,,**/******,,,(* .(. .,,,,,** , . ,. ,*
*/***,,,.,,,,****/*****,,,,,/ ,( .,,,,*. ,. . ,, .,/*,. .,
./*,,,,**********,,,,,//. .,*****. .*, .**** .* .. ,. ,. , ,
,, .*//****/***//(##/*,,,,,.. .. ,. . .*..,. ., .
*, . , . /. . .. ,/.
., * *, , ., , /*. .(. *
... * , , ,. /,
,,. * ..
/ ..
.. ,. /. ,
,***. .. .
,,*
"""
title = r"""
_____ _____ ____ _____ _____
Expand Down

0 comments on commit c481ffc

Please sign in to comment.