Acre
Another Compiler Related Expansion
A C parser aimed at detecting specific code expressions.
Currently detects:
- Nested Looping structures
- Recursion in functions
- Tail Recursion
- Mutual Recursion
Requirements
check requirements.txt
- PLY 3.11
- Python 3.5.x +