Skip to content

Additon of python parser #30

Open
luciano665 wants to merge 2 commits intoCoderAgent:mainfrom
luciano665:feature-branch
Open

Additon of python parser #30
luciano665 wants to merge 2 commits intoCoderAgent:mainfrom
luciano665:feature-branch

Conversation

@luciano665
Copy link

@luciano665 luciano665 commented Nov 23, 2024

Add the python parser and make the pull request before but wanted to change some code used for optimization. Change and create some constants function isn the costants.ts file for python parser.

Details:

  • Implemented PythonParser using Tree-sitter to parse Python code and extract syntactic contexts.
  • Designed to align with the existing JavascriptParser for seamless integration into the AI agent.
  • Accurately identifies enclosing functions or scopes, enhancing the agent’s ability to analyze Python code changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant