Skip to content

A preprocessor for C that parses a c code file and parallelizes sections of it to run more efficiently. Written in Python. Parallelization performed through OpenMP

Notifications You must be signed in to change notification settings

UnknownAbyss/Ladders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ladders

A parallelizing preprocessor

Dependencies

  • pycparser

Installation

git clone https://github.com/UnknownAbyss/Ladders
cd Ladders
chmod +x ladders.py

Usage

./ladders.py <file>.lad

About

A preprocessor for C that parses a c code file and parallelizes sections of it to run more efficiently. Written in Python. Parallelization performed through OpenMP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages