comby
Code transformer
A code rewrite tool for structural search and replace across multiple programming languages.
A code rewrite tool for structural search and replace that supports ~every language.
2k stars
25 watching
62 forks
Language: OCaml
last commit: 7 months ago cgojavajavascriptlintingparser-combinatorsparsingphpprogram-transformationpythonreasonrefactoringregexrewritingrustsearch-and-replaceswiftsyntaxsyntax-transformationtypescript
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/regex | An implementation of regular expressions for Rust. | 3,580 |
pemistahl/grex | Automatically generates regular expressions from user-provided test cases | 7,334 |
ziishaned/learn-regex | An introduction to regular expressions with explanations and examples. | 45,746 |
ast-grep/ast-grep | A tool for code structural search and transformation using abstract syntax trees | 7,662 |
devongovett/regexgen | Generates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method | 3,344 |
cjex/regulex | A JavaScript tool for parsing and visualizing regular expressions | 5,722 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
retextjs/retext | A tool for transforming and analyzing natural language text into structured data using syntax trees | 2,363 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 228 |
chrisgrieser/nvim-rip-substitute | A plugin for Neovim that allows searching and replacing text in the current buffer with an incremental preview and modern regex syntax. | 205 |
francisrstokes/super-expressive | A JavaScript library that allows developers to create regular expressions in a human-readable and programmatic way. | 4,630 |
fancy-regex/fancy-regex | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
dtenny/clj-re | A set of regular expression functions inspired by Clojure's API. | 10 |