Class Syntax::YAML
In: lib/syntax/lang/yaml.rb
Parent: Tokenizer

A simple implementation of an YAML lexer. It handles most cases. It is not a validating lexer.

Methods

step  

Public Instance methods

Step through a single iteration of the tokenization process. This will yield (potentially) many tokens, and possibly zero tokens.

[Validate]