## Annotated Source You can browse the CoffeeScript <%= fullVersion %> source in readable, annotated form [here](annotated-source/). You can also jump directly to a particular source file: - [Grammar Rules — src/grammar](annotated-source/grammar.html) - [Lexing Tokens — src/lexer](annotated-source/lexer.html) - [The Rewriter — src/rewriter](annotated-source/rewriter.html) - [The Syntax Tree — src/nodes](annotated-source/nodes.html) - [Lexical Scope — src/scope](annotated-source/scope.html) - [Helpers & Utility Functions — src/helpers](annotated-source/helpers.html) - [The CoffeeScript Module — src/coffeescript](annotated-source/coffeescript.html) - [Cake & Cakefiles — src/cake](annotated-source/cake.html) - [“coffee” Command-Line Utility — src/command](annotated-source/command.html) - [Option Parsing — src/optparse](annotated-source/optparse.html) - [Interactive REPL — src/repl](annotated-source/repl.html) - [Source Maps — src/sourcemap](annotated-source/sourcemap.html)