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: about 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,281 |
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. | 263 |
long-woo/stc | Automates code generation from OpenApi/Swagger/Apifox specifications | 28 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,107 |
budecosystem/code-millenials | A state-of-the-art open-source code generation model with human evaluability score comparable to GPT-4 and Google's proprietary 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,567 |
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 | 53 |
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 |