You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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