Closed
Description
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.