Skip to content

dontEatMe/ReactiveMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactiveMemory

exceptions-based reactivity engine for C language
builds for windows x86/x64

also you can build .lib using LLVM:
clang -c -m32 -O0 -nostdlib -fno-builtin -std=c2x reactivity.c -o reactivity32.obj
llvm-lib /out:ReactiveMemory32.lib reactivity32.obj
clang -c -m64 -O0 -nostdlib -fno-builtin -std=c2x reactivity.c -o reactivity64.obj
llvm-lib /out:ReactiveMemory64.lib reactivity64.obj

About

exceptions-based reactivity for C language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages