STT-C-Compile-Time-Snake
Code generator
A tool that provides compile-time capabilities for generating low-level code from higher-level abstractions in languages that support it
Snake/Nibbler implementation using C++ template metaprogamming
207 stars
7 watching
9 forks
Language: C++
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/codebert | A pre-trained model for programming languages that can generate code | 2,249 |
jakubsturc/talk-csharp-source-generators | A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
drizin/codegencs | A code generation toolkit that enables easy creation of templates for generating code in various languages and formats. | 258 |
long-woo/stc | A tool for automatically generating code from OpenApi/Swagger definitions. | 24 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,096 |
budecosystem/code-millenials | A state-of-the-art code generation model capable of producing high-quality code on par with other leading models. | 20 |
jarred-sumner/atbuild | A tool for programmable code generation and preprocessing of JavaScript | 35 |
juliendelplanque/pharocodegenerator | A toolkit to generate Pharo code by parsing a Domain Specific Language (DSL) and translating it into Smalltalk ASTs. | 13 |
danielgtaylor/python-betterproto | Generates idiomatic modern Python code from Protobuf 3 and gRPC wire format | 1,546 |
bnmcgn/snakes | Generators for Common Lisp with a Python-like interface | 46 |
clipperhouse/gen | A tool for generating code in Go with support for generics and runtime extensibility via typewriters. | 1,429 |
microsoft/wavecoder | A system for generating and improving code through large language models | 51 |
eamonnerbonne/expressiontocode | A tool for generating valid C# code from expression trees with customizable output options. | 161 |
senselogic/generis | A lightweight code preprocessor for Go that adds features like generics and HTML templating. | 43 |
janwilmans/compiletimer | Measures and compares compile times of C++ constructs in various scenarios | 6 |