# souffle **Repository Path**: mirrors_oracle/souffle ## Basic Information - **Project Name**: souffle - **Description**: DEPRECATED. Soufflé is a translator of declarative Datalog programs into the C++ language. - **Primary Language**: Unknown - **License**: UPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Soufflé [![Build Status](https://travis-ci.org/oracle/souffle.svg?branch=master)](https://travis-ci.org/oracle/souffle) Soufflé is a translator of declarative Datalog programs into the C++ language. Soufflé is used as a domain-specific language for static program analysis, over large code bases with millions of lines of code. Soufflé aims at producing high-performance C++ code that can be compiled with the native compiler on the target machine. # Project Moved This project is now **deprecated**. Its new home is now officially maintained at https://github.com/souffle-lang.