ajinkyakulkarni / seec

Program visualization and debugging for novice C programmers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeeC
====

This directory and its subdirectories contain source code for SeeC, which is both a collection of tools for novice C programmers, and the libraries for building these tools.

SeeC is open source software, distributed under The MIT License (MIT). See LICENSE.TXT for details.

SeeC uses code from the SAFECode project, specifically:
  include/seec/Transforms/BreakConstantGEPs/BreakConstantGEPs.h
  lib/Transforms/BreakConstantGEPs/BreakConstantGEPs.cpp
The SAFECode license is available in the LICENSE.txt in either of those directories.

SeeC uses and contains copies of the following libraries:
* The jQuery library, contained in resources/TraceViewer/HTML/jquery-1.8.2.min.js, which is distributed under The MIT License (MIT). See https://jquery.org/license/ for more details.

About

Program visualization and debugging for novice C programmers

License:MIT License


Languages

Language:C++ 96.3%Language:CMake 1.8%Language:C 0.9%Language:HTML 0.5%Language:Shell 0.2%Language:Roff 0.2%Language:Batchfile 0.1%Language:Python 0.0%