1.0
New --replace
option for piping replacement code to standard input and having symbex
modify a file in place to replace the matched symbol with the new implementation. #31
This is designed to be used with LLM, a command-line utility for the executing prompts against Large Language Models such as ChatGPT and GPT-4.
Example usage, to add type hints to the specified function:
symbex fetch_articles -n \
| llm --system 'add type hints' \
| symbex fetch_articles --replace