Method: Crokus::Parser#show_lexer_warnings

Defined in:
lib/crokus/parser.rb

#show_lexer_warnings(warnings) ⇒ Object



86
87
88
89
90
# File 'lib/crokus/parser.rb', line 86

def show_lexer_warnings warnings
  warnings.each do |warn|
    puts "lexer warning : #{warn.val} at #{warn.pos}"
  end
end