Skip to content

1.0

Compare
Choose a tag to compare
@simonw simonw released this 29 Jun 18:31
· 20 commits to main since this release
1904959

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