# CStar Examples **Repository Path**: cstarlang/cstar_examples ## Basic Information - **Project Name**: CStar Examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-07 - **Last Updated**: 2025-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CStar Examples A gallery of CStar programs and your starting point for writing them :) Notes: - Ensure that a properly generated `build/compile_commands.json` file exists. You can either use `cmake -S . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE` or use VSCode's CMake Tools extension. - Ensure you have Z3's headers and libraries in the default paths. Otherwise, you need to edit the configuration of the `cstar` extension. You can safely remove the Z3-related flags for most of the examples except `12_simple_loop_proof_smt`.