Module: Talk

Defined in:
lib/parser.rb,
lib/context.rb,
lib/version.rb,
lib/registry.rb,
lib/parse_error.rb,
lib/context_class.rb,
lib/languages/language.rb

Defined Under Namespace

Classes: Context, Language, ParseError, Parser, Registry, RegistryEntry

Constant Summary collapse

VERSION =
"2.3.9"

Instance Attribute Summary collapse

Instance Attribute Details

#contextsObject (readonly)

Returns the value of attribute contexts.



5
6
7
# File 'lib/parser.rb', line 5

def contexts
  @contexts
end

#finalizedObject (readonly)

Returns the value of attribute finalized.



5
6
7
# File 'lib/parser.rb', line 5

def finalized
  @finalized
end