about summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-05-18Handle errors gracefully in VMMel
2022-05-18Respect halt OPMel
2022-05-18VM commandMel
2022-05-18Fix type assertions for add and sub execMel
2022-05-18Start call stack with at least one frameMel
2022-05-18Create compiler for Lang bytecode assemblyMel
2022-05-17Lang VM PrototypeMel
2022-05-09Extract source walk part of scannerMel
2022-04-21Lang parser prototypeMel
2022-04-21Do not force generics for Expr and StmtMel
2022-04-20Basic AST for langMel
2022-04-20Add scanner emoji in strings testMel
2022-04-19Emit EOL tokens in scannerMel
2022-04-19Scanner tight number fixMel
2022-04-19More scanner tests and tight idents fixMel
2022-04-16Basic scanner for langMel
2022-04-12Handle gateway errors and reconnectionsMel
2022-04-10Start pushing out context where not necessaryMel
2022-04-10Rename "NewClient" to just "New"Mel
2022-04-08Graceful closingMel
2022-04-08Use correct event in gateway event dispatcherMel
2022-04-08Tests for heartbeatMel
2022-04-08Generate mocks for discordMel
2022-04-08Use time.Duration for heartbeatsMel
2022-04-08Subdivide discord into packagesMel
2022-04-08Rename AddEventHandler to OnMel
2022-04-07Move heartbeat into gatewayMel
2022-04-07Fix heartbeat messageMel
2022-04-07Fix heartbeat jitter orderMel
2022-04-07Count sequence in gatewayMel
2022-04-06Split off gateway and heartbeat serviceMel
2022-04-06Excuse websockets cancelled through ctxMel
2022-04-04Use zerologMel
2022-04-04Simple event handlingMel
2022-04-04Extract REST APIMel
2022-04-04Listen to incoming messages and respond to pingsMel
2022-04-04Grab bot token from enviroment variablesMel
2022-04-04Successful IdentifyMel
2022-04-03Contact Discord through WSMel
2022-04-02Initial project setupMel