/Acre

Another Compiler Related Expansion

Primary LanguagePythonCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Acre

Another Compiler Related Expansion

Build Status

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 +