How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.
The main features of riolet/wafer are: Networking, General Libraries, General Purpose Libraries, Networking Libraries, Windows Environments.
Projects with overlapping indexed features include: codeplea/tinyexpr — tiny recursive descent expression parser, compiler, and evaluation engine for math expressions. docopt/docopt.c — C-code generator for docopt language. alanxz/rabbitmq-c — RabbitMQ C client. cloudwu/pbc — A protocol buffers library for C. commonmark/commonmark-spec — This project is a formal markdown specification standard that provides a detailed markup syntax definition and a… libgit2/libgit2 — libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version…
tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
This project is a formal markdown specification standard that provides a detailed markup syntax definition and a definitive set of rules for parsing plain text into consistent HTML output. It establishes a standardized grammar for structural blocks and inline elements to ensure uniform rendering across different software implementations. The specification is supported by a parser conformance suite and a reference implementation in C and JavaScript to verify that implementations adhere to the standard. It includes a system for implementation verification that compares transformed input strings