CoffeeScriptRedux
Compiler
A CoffeeScript compiler rewritten with design principles focusing on robustness and extensibility.
rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility
2k stars
78 watching
111 forks
Language: CoffeeScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
michaelficarra/cscodegen | A tool for generating CoffeeScript code from existing source | 30 |
mikesmullin/coffee-stylesheets | A compiler for CoffeeScript that transpiles to CSS3 stylesheets, eliminating the need for separate templating engines and template files. | 26 |
michaelblume/coffeestream | Re-implements the stream.js functionality in CoffeeScript, providing a basic observable stream implementation. | 22 |
mrluc/macros.coffee | Provides a Lisp-style macro system for CoffeeScript | 37 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 296 |
trevorburnham/jitter | A utility for continuously compiling CoffeeScript to JavaScript | 156 |
grant/javacoffee | A CoffeeScript-like syntax compiler for Java code | 14 |
netzpirat/haml-coffee | A JavaScript templating solution that uses Haml as markup and compiles it to generate HTML from inline CoffeeScript | 442 |
rbrcurtis/brewer | An interactive coffeescript editor with syntax highlighting and saving functionality | 21 |
replit-archive/lol-coffee | A compiler and virtual machine for a fictional programming language | 24 |
markbates/programming-in-coffeescript | A repository of source code for the Programming in CoffeeScript book, providing examples and exercises for learning CoffeeScript programming. | 63 |
huytd/coffee-now | A web-based code execution environment that allows users to write and run CoffeeScript code directly in their browser. | 24 |
coffeescript-cookbook/coffeescript-cookbook.github.io | A community-driven website with recipes and examples for the CoffeeScript language. | 562 |
mikesmullin/coffee-templates | A minimalist template engine for CoffeeScript and JavaScript | 48 |
gulp-community/gulp-coffee | A plugin for Gulp to compile CoffeeScript files into JavaScript. | 226 |