From 26092b2043649a466d07fbb87078adc8c8612621 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 21 Oct 2025 18:11:49 +0300 Subject: Started refactoring bad code. Edited: `parser.rs`, `main.rs`, switched weather-structs to `shared.rs` --- src/weather.yaml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 src/weather.yaml (limited to 'src/weather.yaml') diff --git a/src/weather.yaml b/src/weather.yaml new file mode 100644 index 0000000..36078d3 --- /dev/null +++ b/src/weather.yaml @@ -0,0 +1,74 @@ +Weather: + snowy: + + + () + /\ + //\\ + << >> + () \\// () + ()._____ /\ \\ /\ _____.() + \.--.\ //\\ //\\ //\\ /.--./ + \\__\\/__\//__\//__\\/__// + '--/\\--//\--//\--/\\--' + \\\\///\\//\\\//// + ()-= >>\\< <\\> >\\<< =-() + ////\\\//\\///\\\\ + .--\\/--\//--\//--\//--. + //""/\\""//\""//\""//\""\\ + /'--'/ \\// \\// \\// \'--'\ + ()`"""` \/ // \/ `""""`() + () //\\ () + << >> + jgs \\// + \/ + () + +sunny: + + + / -/ , + # .# -#. + # #, -##. + # ,# %## + # -## /## A + #, ### ### + ##/ ;## ### U + , ####+ ##- ### . + % ,##### ;##- :### -#####/ R + :% ;### ### ##### :##+, + ,#; ###::/########## ,### I + ##/..,- ####/, .-:###; ###= + ,#######: ##= .%#+##### N + ,#######=++ -#####= + ####; .##; K + ##/ ;###% ,%##%- ,# + % ,#:-=##= ,#/::+#= +;=. %###= O + - #. , ###:;#######= + =; +###%# -####, -+ +###- #######; -:=. ? + =#+ :####### -,## ;: ,##%. +#####, + -########### . /: . /#//: ! + .#####:/##% // / + % /+ /- ! + # :# ##/ ,- + /##. +# ########+ 1 + =####/ %## /#########+ + ,######, .; +##%- +#= + ######## :#+#%###/ # =#. + ,%### -## .;#/, ### /. 1 + .:+######% .###. #/%: -#### + =//- =#####+. =, ,#; %###= + #########: ./### #####: + #####% ########### +####= + #### #####% ### /#% + ###/ ##### ### ## + .###. #### /###, ,# + -###= #### %##+ # + -###%, ####. %## -- + ;:. ;###= ## . + .###= +# -joil'99 + =### =/ + ### ,. + ;#: + #. + - + \ No newline at end of file -- cgit v1.2.3