SuperJMN/CodeGeneration
Code Generation sample (courtesy of Javier JBM)
This tool helps convert high-level programming expressions into a simpler, machine-readable intermediate code. You input structured representations of code, like an Abstract Syntax Tree (AST), and it outputs a sequence of basic operations. This is designed for compiler developers, language designers, or educators demonstrating how programming languages are processed.
No commits in the last 6 months.
Use this if you are a developer building a compiler or a custom programming language and need a component to translate high-level operations into an intermediate representation.
Not ideal if you need to generate code directly from human-readable source code strings, as this tool expects an Abstract Syntax Tree (AST) as input.
Stars
12
Forks
2
Language
C#
License
MIT
Category
Last pushed
May 13, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/SuperJMN/CodeGeneration"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...