Module Syntax
In: lib/syntax.rb
lib/syntax/common.rb
lib/syntax/version.rb
lib/syntax/convertors/abstract.rb
lib/syntax/convertors/html.rb
lib/syntax/lang/ruby.rb
lib/syntax/lang/xml.rb
lib/syntax/lang/yaml.rb

Methods

all   load  

Classes and Modules

Module Syntax::Convertors
Module Syntax::Version
Class Syntax::Default
Class Syntax::Ruby
Class Syntax::Token
Class Syntax::Tokenizer
Class Syntax::XML
Class Syntax::YAML

Constants

SYNTAX = Hash.new( Default )   A hash for registering syntax implementations.

Public Instance methods

Return an array of the names of supported syntaxes.

Load the implementation of the requested syntax. If the syntax cannot be found, or if it cannot be loaded for whatever reason, the Default syntax handler will be returned.

[Validate]