deadvey
051bfe46e4
redesigned how file is tokenised into string, keyword, identifier, bracket and character
...
added support for GOTOs and removed object recursive calls
2026-05-18 13:22:29 +01:00
deadvey
dd04399784
Cleaned code up a bit
...
TODD:
make colour an enum
make unwrap_or_exit return the error
2026-05-17 15:44:01 +01:00
deadvey
0c28bc113d
started working on new tokeniser
2026-05-16 21:11:45 +01:00
deadvey
6d012dbe6b
added character documentation and split Clothing into a sub-struct
...
of Character
2026-05-16 14:06:49 +01:00
deadvey
20174e697c
removed unwraps and added a method to Results called .unwrap_or_exit(error_message, error_code)
...
This tries to unwrap and if it can't then it outputs the error message with the error!() macro
(log library) and exits with the error code. This is to be used instead of expect and is for
fatal errors
2026-05-15 19:19:17 +01:00
deadvey
a5a45fa1f0
version & fixed some clippy linting
2026-05-14 23:34:11 +01:00
deadvey
a18928c673
added CHANGE command
2026-05-14 21:24:28 +01:00
deadvey
a55053dc97
Clippy lint fixing
2026-05-14 15:31:48 +01:00
deadvey
e5a3d0d7b7
added zip file support and passing story as parameter
2026-05-14 00:49:10 +01:00
deadvey
fbd315ed7b
Implemented choices successfully
2026-05-10 23:19:42 +01:00
deadvey
7e5874ffbb
Made server and client 1
2026-05-08 23:24:42 +01:00