Skip to content

toelke/cRange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What?

This tool checks for a subset of C in which ranges variables reside.

Installation

This needs ply

Usage

Annotate some variables in your C-Code with a range like this:

int x; /*[4-5]*/

Run "./crf.py" or "./crf.py filename.c". The output will have every assignement annotated with the range of the expression on the right. At the same time the maximum ranges for the variable on the left are tracked and printed at the end of the output.

About

Find ranges of C variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages