Module js::syntax[src]

Javascript parsing and syntax

Modules

ast

The Javascript Abstract Syntax Tree

lexer

Parses a string stream into a sequence of tokens

parser

Parses a sequence of tokens into expressions