Raptorox
  • Joined on 2025-07-14
Raptorox pushed to main at Raptorox/mc-rcon 2026-08-13 23:14:04 +02:00
3a099b72f6 use new() with primary argument instead of default()
25052c00e0 re-export Difficulty and Gamemode
Compare 2 commits »
Raptorox pushed to main at Raptorox/mc-rcon 2026-08-01 19:17:20 +02:00
d43b588e51 lint
Raptorox pushed to main at Raptorox/mc-rcon 2026-08-01 14:59:39 +02:00
1485cf975d add gamemode
75779c6fe9 add difficulty
ae432d79e9 add op and deop
4f202c8ade add defaultgamemode
f835beef10 add banlist
Compare 10 commits »
Raptorox pushed to main at Raptorox/mc-rcon 2026-07-28 22:17:46 +02:00
edb33ebeec add kill to commands
Raptorox pushed to main at Raptorox/mc-rcon 2026-07-28 17:34:47 +02:00
32304f4ea0 make say use Option
f01661339e add kill
dbf872baeb implement Display for Selector
398615573c make list use Option
3122f68720 add selector
Compare 5 commits »
Raptorox pushed to main at Raptorox/mc-rcon 2026-07-27 23:44:40 +02:00
37e89d6dc5 add list
Raptorox pushed to main at Raptorox/mc-rcon 2026-07-27 23:34:59 +02:00
db4f7f9369 add say
Raptorox pushed to main at Raptorox/mc-rcon 2026-07-27 22:49:30 +02:00
809d24a70d add proper error handling
Raptorox pushed to main at Raptorox/mc-rcon 2026-07-27 22:26:25 +02:00
b7669181a1 separate client and wrap as lib
Raptorox pushed to main at Raptorox/mc-rcon 2026-07-27 22:22:00 +02:00
d3a7cebc13 implement basic client
Raptorox pushed to main at Raptorox/mc-rcon 2026-06-29 20:56:30 +02:00
afcab342be init
Raptorox created branch main in Raptorox/mc-rcon 2026-06-29 20:56:29 +02:00
Raptorox created repository Raptorox/mc-rcon 2026-06-29 20:56:16 +02:00
Raptorox pushed to main at Raptorox/rat 2026-06-17 21:02:51 +02:00
9932c83d6f added statement parsing
Raptorox pushed to main at Raptorox/rat 2026-06-17 18:09:13 +02:00
a21b119e58 added keywords, LexError
8aeb6e543e added ParseResult
Compare 2 commits »
Raptorox pushed to main at Raptorox/rat 2026-05-21 17:40:58 +02:00
a887bf4b3e don't repeat l/rhs in eval
8c507cb1da add exponentiation
Compare 2 commits »
Raptorox pushed to main at Raptorox/rat 2026-05-21 17:29:35 +02:00
abbf5514e8 clippy
Raptorox pushed to main at Raptorox/rat 2026-05-21 17:28:25 +02:00
8d2582756d refactor token names
a3d9723a36 move Expr out of parser
Compare 2 commits »
Raptorox pushed to main at Raptorox/rat 2026-05-21 17:12:14 +02:00
99be8a16c7 add evaluator
c70c5fab4d add pratt parser
a4eed5214e move Token out of lexer
Compare 3 commits »
Raptorox pushed to main at Raptorox/rat 2026-05-20 21:04:22 +02:00
ad7a8ad879 add lexer