ast_utils
AST analyzer
Provides utility methods to analyze and understand Ruby programs' abstract syntax trees (ASTs)
Utility over parser gem AST
3 stars
5 watching
1 forks
Language: Ruby
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for visualizing and transforming Ruby source code as an Abstract Syntax Tree (AST) to improve maintainability and refactorability. | 16 |
| Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
| Converts Ruby Abstract Syntax Tree (AST) to semantically equivalent source code | 309 |
| An object-oriented Ruby AST extension for parsing and manipulating source code | 68 |
| Extensions to Ruby's String class providing utility methods and permalink solutions. | 983 |
| Utilities for working with Unicode strings in Ruby | 113 |
| Utility function to extract plain text from HTML-like data structures | 19 |
| An analyzer feature detector for Ruby projects based on static analysis | 8 |
| Extracts common information from text strings in various formats | 79 |
| A tool that analyzes Ruby code for common design flaws and suggests improvements. | 0 |
| An integration that automates code analysis using RuboCop and Pronto | 83 |
| An analysis tool to help identify bottlenecks in test suites and improve their performance. | 1,893 |
| Visualizer tool for Golang Abstract Syntax Trees (ASTs) | 773 |
| A tool that analyzes code for security vulnerabilities and provides feedback to developers | 369 |
| Converts a dynamically typed Parse Tree to a strongly typed Abstract Syntax Tree and provides automatic conversion via derive. | 83 |