js_grammar.pl -- JavaScript grammar
This file provides a tokenizer for JavaScript (EcmaScript). This code
supports the quasi quotation syntax javascript
, defined in
library(http/js_write).
- js_token(-TokenType)//
- Matches and classifies the next JavaScript token.