AttributeUtils icon indicating copy to clipboard operation
AttributeUtils copied to clipboard

Add a function/closure analyzer

Open Crell opened this issue 2 years ago • 0 comments

Description

Adds a new FunctionAnalyzer interface and FuncAnalyzer class for functions and closures.

Motivation and context

Functions can have attributes too, man!

Still to do:

  • [ ] Docs
  • [ ] Caching wrappers

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Crell avatar Dec 31 '23 20:12 Crell