We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Roadmap (org)
updating progress with compilation/testing progress -- there's lots of it!
testing is next
compilation is going extremely well
Updated Home (markdown)
Updated CoffeeScript Features (org)
done parsing for now
implemented object literals
finished for-in and for-of
cscodegen is waiting on more complete parsing
adding parse-able column
note that I'm working on parsing and that some code generation will need to wait until that is done
existential operator is compound-assignable
.
You can't assign to IdentifierNames, only Identifiers
last edit before checking in the type-annotated nodes themselves
Fixed for-in bug, added Program representation
ordering