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: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
disruptek/golden | A tool used to measure and record runtime performance of compiled code | 29 |
disruptek/criterion | A tool for comparing and measuring the performance of small code snippets | 24 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 411 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,574 |
gadomski/cpd | A C++ implementation of the Coherent Point Drift point set registration algorithm | 400 |
scramjetorg/framework-cpp | A C++ framework for reactive stream programming with concurrent asynchronous operations | 3 |
nilfoundation/zkllvm | Compiles high-level programming languages into input for provable computations protocols. | 295 |
c-lodder/grunt-postcss | Enables post-processing of CSS files using PostCSS and various plugins to optimize and transform the code. | 39 |
nim-lang/nim | A compiler and runtime environment for a statically typed, compiled systems programming language. | 16,614 |
snakster/cpp.react | A C++ library for declarative programming and automatic propagation of changes in state variables. | 1,024 |
stonkdragon/scale | A procedural concatenative stack-oriented compiled programming language inspired by Lua and Porth. | 16 |
exokomodo/daybreak | A compiler project to create an interpretable language that compiles to native C code | 10 |
rsms/co | Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
boostorg/interprocess | Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |