347 skills found · Page 1 of 12
fkling / AstexplorerA web tool to explore the ASTs generated by various parsers.
vsch / Flexmark JavaCommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
INRIA / SpoonSpoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
standardese / CppastLibrary to parse and work with the C++ AST
wooorm / Markdown RsCommonMark compliant markdown parser in Rust with ASTs and extensions
jgravelle / Jcodemunch MCPThe leading, most token-efficient MCP server for GitHub source code exploration via tree-sitter AST parsing
taozhi8833998 / Node Sql ParserParse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
orgapp / Orgajsparse org-mode content into AST
xoofx / CppAst.NETCppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
glayzzle / Php Parser:herb: NodeJS PHP Parser - extract AST or tokens
probelabs / ProbeAI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.
sxzz / Ast ExplorerA web tool to explore the ASTs generated by parsers.
chipsalliance / SurelogSystemVerilog 2017 Pre-processor, Parser, Elaborator, UHDM Compiler. Provides IEEE Design/TB C/C++ VPI and Python AST & UHDM APIs. Compiles on Linux gcc, Windows msys2-gcc & msvc, OsX
edn-query-language / EqlEQL is a declarative way to make hierarchical (and possibly nested) selections of information about data requirements. This repository contains the base specs and definitions for EQL parsing, AST, etc.
satya-das / CppparserA library to parse C/C++ source as AST
yanagiba / Swift AstA Swift AST parser and visitor that is written in Swift.
kotlinx / AstGeneric AST parsing library for kotlin multiplatform
oguimbal / Pgsql Ast ParserYet another simple Postgres SQL parser
HenrikJoreteg / Html Parse StringifyParses well-formed HTML (meaning all tags closed) into an AST and back. quickly.
florajs / Sql ParserParse SQL (select) statements into abstract syntax tree (AST) and convert ASTs back to SQL.