true-grue/raddsl
Tools for rapid prototyping of DSL compilers
This toolset helps compiler engineers rapidly build and test custom programming languages, known as Domain-Specific Languages (DSLs). You provide the syntax rules and transformation logic, and it helps you process user input written in your new language into a structured format, and then optimize or transform that structure. It's for compiler engineers or language designers who need to quickly prototype new DSLs.
Use this if you are a compiler engineer looking to quickly prototype a new Domain-Specific Language (DSL) and need robust tools for defining syntax and transforming abstract syntax trees.
Not ideal if you are an end-user of a DSL or are looking for a pre-built language, rather than tools to create one.
Stars
90
Forks
8
Language
Python
License
MIT
Category
Last pushed
Jan 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/true-grue/raddsl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
finsberg/gotranx
Next generation ODE translator