true-grue/raddsl
Tools for rapid prototyping of DSL compilers
Combines PEG parsing with Pratt operator precedence and strategic term rewriting for syntax analysis and AST transformation. The dual-library architecture—parse.py for scannerless parsing with selective memoization, and rewrite.py for compositional AST rewrites—enables iterative compiler construction without external tools or code generation steps.
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
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
pyecore/pyecore
A Python(nic) Implementation of EMF/Ecore (Eclipse Modeling Framework)
mutating/transfunctions
Say NO to Python fragmentation on sync and async
cogu/cfile
A python C code generator