1 dépôt
Indexing named code chunks or labeled blocks within rich-text documents.
Distinct from Syntax-Aware Chunking: Focuses on navigating to named RMarkdown chunks rather than AST-based code splitting for AI.
Explore 1 awesome GitHub repository matching data & databases · Document Block Indexing. Refine with filters or upvote what's useful.
Universal Ctags is a multi-language symbol indexer and regex-based parsing engine used to extract and catalog functions, classes, and variables from source code. It functions as a source code indexer that scans files across diverse programming languages to create searchable catalogs of definitions and declarations. The project is distinguished by its extensible parser framework, which allows users to define new language rules using regular expressions and configuration files. It supports complex parsing scenarios through state-based parsing, stack-oriented scope tracking, and guest-parser del
Extracts labels and code within RMarkdown blocks to allow navigation to named chunks.