34 skills found · Page 1 of 2
mck89 / PeastJavaScript parser written in PHP that generates AST from your code according to ECMAScript specification
inducer / CgenC/C++ source generation from an AST
winfunc / StackwalkUniversal language-agnostic AST walking and accurate call stack generation with tree-sitter.
julianthome / InmemantlrANTLR as a libray for JVM based languages
luantak / AstextractConvert a go file to its ast representation
andreif / CodegenExtension to ast that allow ast -> python code generation.
isaksky / FsSqlDomLibrary for SQL parsing, AST manipulation and SQL generation in F#
sxzz / Ast KitA toolkit for easy Babel AST generation and manipulation.
piexian / Astrbot Plugin Gemini Image GenerationGemini图像生成插件,支持生图和改图,可以自动获取头像作为参考
inducer / GenpyAn AST for Python code generation, in Python
kaby76 / PiggyA transformational system for ASTs, including generation of a p/invoke API from C++ headers.
HelgeSverre / Dart Blade ParserPure Dart parser for Laravel Blade templates with AST generation and formatting
qute / QuteAST generation library
leonardt / VerilogAST CppC++17 implementation of an AST for Verilog code generation
metagn / Nuancenim untyped AST node generation at runtime with custom line info
Shootfast / ExpressionsHeader only c++ expression parsing library with AST building and GLSL shader generation
neondatabase / Claude AstgrepA workflow for ast-grep rules generation with Claude Code. Enforce your LLM-generated code with strict rules!
vadistic / Graphql ExtraGraphQL AST/SDL toolkit extending graphql/graphql-js with extra features for code generation & testing
XMUDeepLIT / CG ASEDCode for "An AST Structure Enhanced Decoder for Code Generation"
VamsiUdaykumar / MyPythonCompilerCompiler Design Project, Compiler with 4 stages i.e lexer, parser, intermediate code generator and optimizations on the icg with AST generation, basically to handle python code structures with foor loops