Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 926 Bytes

TODO.org

File metadata and controls

53 lines (40 loc) · 926 Bytes

add slab allocator to malloc2

add _t suffix on typedefs

finish dsl

add id reader

add fix reader

1.2 3.4 +

add var support

pi=3.14

add paren grouping

add iter

unified iterator protocol

set

vector/slog

add pair type

add map type

iter as pairs

add zip/unzip

add term

ansi

sharpl

network stream

rename stream to stream1

add stream2

mud reload

links

https://github.com/fungos/cr

framebuffer gui

ecs

hc_string

add hc_string_dup() constructor

record malloc on construction

u8

https://github.com/jpakkane/pystd/blob/master/pystd2025.hpp

struct hc_string { uint16_t length; struct hc_malloc *malloc; uint8_t data[]; }

#define CO_BEGIN static void* cr_state_ = &&cr_st_0; goto *cr_state_; cr_st_0: #define CO_RETURN(x) ({ __label__ resume; cr_state_ = &&resume; return (x); resume:; })