From 8c63948d362715a6a90bff4271af41a13bcebb61 Mon Sep 17 00:00:00 2001 From: lightdragon744 Date: Fri, 8 May 2026 15:45:07 +0200 Subject: [PATCH] Add a reference to 'QSMM' Add a reference to QSMM - a C library for working with adaptive probabilistic assembler programs and a set of tools that use the library for adaptive parsing and learning context-free grammars by template. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28c777d06..030b9fd36 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [MXNet](https://github.com/apache/incubator-mxnet) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, JavaScript and more. [website](https://mxnet.apache.org) * [PyTorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. [website](https://pytorch.org) * [flashlight](https://github.com/flashlight/flashlight) - Flashlight is a fast, flexible machine learning library written entirely in C++. [BSD] +* [QSMM](https://gitlab.com/omvolkov/qsmm) - Toolchain for adaptive probabilistic assembler programs implemented as a C library; adaptive parsers that use the library for learning context-free grammars by template. [GPL-3.0-or-later] [website](https://qsmm.org) * [Recast/Detour](https://github.com/recastnavigation/recastnavigation) - (3D) Navigation mesh generator and pathfinder, mostly for games. [zlib] * [TensorFlow](https://github.com/tensorflow/tensorflow) - An open source software library for numerical computation using data flow graphs. [Apache] * [Txeo](https://github.com/rdabra/txeo) - A modern C++ wrapper for TensorFlow. [Apache]