Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 806 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 806 Bytes

braincheck

braincheck is a work-in-progress static and dynamic analyzer for the esoteric programming language Brainfuck. It aims to provide users with a simple interface for verification of complex assertions about their program (reachability, values, over- and underflows).

out

This software is built with Spot, CLI11 and minunit.

Roadmap

  • Better test coverage
  • Improve performance by merging Kripke states
  • Clean up README.md
  • More assertions
    • Cell values
    • Cell visits
  • Dynamic assertion checking with summary