Support for object-oriented design features in Chiron Framework#14
Open
luthanhar wants to merge 50 commits into
Open
Support for object-oriented design features in Chiron Framework#14luthanhar wants to merge 50 commits into
luthanhar wants to merge 50 commits into
Conversation
…ax error listners
…ow an instruction, expression can now be evaluated in if conditions
lahiri-phdworks
self-requested a review
April 17, 2025 09:53
- Add Class Hierarchy Analysis to visualize class structure and inheritance. - Use -cha command-line flag to enable/disable CHA output. - Methods reflect defining class colors, with inherited methods in original class colors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template for Feature Additions.
Brief description feature
Provide the details of the feature, explain it's functionality.
Example
Give a test case and related commands that show the utility of the feature.
Please add a atleast 3 test cases to the repository which shows how the feature works and what are the outcomes.
Test-1 : Class inheritence
Output: Triangle drawn
Test-2 Expressions in If else and nested assignments
Output: 0 is printed
Test-3 Class: Encapsulation
Output: Hexagon will be drawn but on accessing the private function moveForward leads to error
Why is the feature interesting?
Give use cases for the feature.
Screenshots
Please add screenshots whenever possible.
Other Details
Please add additional details that you want the developers to be aware of about the feature. Eg. good use cases (if any).