skeeto / fiber-await
Win32 Fiber async/await demo
☆48Updated 6 years ago
Alternatives and similar repositories for fiber-await:
Users that are interested in fiber-await are comparing it to the libraries listed below
- A toy programming language interpreter☆33Updated 11 years ago
- Cross-platform asynchronous I/O library☆18Updated last year
- Single file in-place JSON/SJSON parser☆76Updated 3 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Collection of highly reusable C utilities.☆27Updated last year
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆52Updated 6 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- Simple string pattern matcher for C☆25Updated 4 years ago
- Yet another C compiler.☆30Updated last year
- A POSIX compliant C library for Windows☆53Updated 4 months ago
- The first and only scripting language with safe pointer arithmetics, high level of ABI and source compatibility with C, spreadsheet-like …☆67Updated last month
- A portable single file parser/lexer/tokenizer.☆49Updated 6 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Embed files into C/C++ projects.☆47Updated 3 years ago
- small embeddable C-style preprocessor☆39Updated last year
- Win32 Console Documentation -- in particular, console/standard handles and CreateProcess inheritance☆111Updated last year
- Stackless coroutine compiler for C☆46Updated 5 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- x86_64 macro assembler entirely in C preprocessor☆44Updated 5 years ago
- CPIP - a C/C++ preprocessor implemented in Python.☆46Updated last month
- Collection of things related to UTF-8 and http://bjoern.hoehrmann.de/utf-8/decoder/dfa/☆36Updated 11 years ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Fast, small, in-memory inflate (zlib, deflate and gzip decompression)☆76Updated 2 years ago
- GCC/Clang inline assembly wrapper, C macro pre-processor based. ASM for human beings. Painless code migration from MSVC, Borland __asm {}…