herrington_d
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Extensible Language Support in Zed (zed.dev)
- Find and Patch: A Novel Functional Programming Like Code Rewrite Scheme (ast-grep.github.io)
- Show HN: JS Crush, a JavaScript Equality Puzzle Game (js-crush.vercel.app)
A game that mocks the JS equality quirks, the most absurd feature of the language. Match values that are equal according to JS coercion rules.
- Deep Dive into AST-grep’s Pattern (medium.com)
- Migrating Bevy Can Be Easier with Semi-Automation. Here Is How (gist.github.com)
- Show HN: AST-grep, a grep/eslint/codemod hybrid tool, powered by tree-sitter. (ast-grep.github.io)
It is heavily inspired by semgrep, but intends to be an AST-base searcher/linter/rewriter. https://github.com/ast-grep/ast-grep
- Rusty Vue Compiler: Vue Compiler Rewritten in Rust (github.com)