Skip to content

[Code Parser]: Ability to figure out object dependencies based on a static code #133

Closed
@m7pr

Description

@m7pr

Feature description

The feature will provide a code parser that as an input will get the code as text and will parse it the way that it is able to return all needed code the recreate any object from the original input code. If there are any side effects in the code, that do not precisely specify which object(s) they influence, a user is able to add a comment with a tag # @effect object_name1 object_name2 to specify the objects influenced by this side effect, so that the side effect is also returned with the code needed to create objects.

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions