1 repository
Automated workflows that transpile source code and execute the output in a single step.
Distinct from Automated Script Compilers: Distinct from Automated Script Compilers: focuses on the seamless chain from transpilation to immediate runtime execution rather than producing a binary.
Explore 1 awesome GitHub repository matching development tools & productivity · Transpilation-to-Execution Pipelines. Refine with filters or upvote what's useful.
CoffeeScript is a source-to-source transpiler that transforms a concise high-level syntax into standard JavaScript. It enables the development of logic for web applications and server-side environments by converting source code into a format compatible with browsers and server runtimes. The project provides a workflow for rapid prototyping and script execution automation, allowing users to run source files through a compiler and execute the resulting code immediately without a manual build step. The tooling leverages lexical analysis and abstract syntax tree transformations to manipulate cod
Automates the process of compiling and immediately executing source files.