cps
CPS compiler
Provides a way to rewrite control flow in a procedural language into a more concise and efficient form using continuations.
Continuation-Passing Style for Nim 🔗
9 stars
0 watching
0 forks
Language: Nim
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| A tool used to measure and record runtime performance of compiled code | 29 |
| A tool for comparing and measuring the performance of small code snippets | 24 |
| An interactive C++ compiler and runtime environment for rapid development and live coding | 413 |
| A categorized list of C++ resources and tools | 4,598 |
| A C++ implementation of the Coherent Point Drift point set registration algorithm | 405 |
| A C++ framework for reactive stream programming with concurrent asynchronous operations | 3 |
| Compiles high-level programming languages into input for provable computations protocols. | 304 |
| Enables post-processing of CSS files using PostCSS and various plugins to optimize and transform the code. | 39 |
| A compiler and runtime environment for a statically typed, compiled systems programming language. | 16,662 |
| A C++ library for declarative programming and automatic propagation of changes in state variables. | 1,026 |
| A procedural concatenative stack-oriented compiled programming language inspired by Lua and Porth. | 17 |
| A compiler project to create an interpretable language that compiles to native C code | 10 |
| Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
| Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |