lib/marvin/parsers.rb in Sutto-marvin-0.4.0 vs lib/marvin/parsers.rb in Sutto-marvin-0.8.0.0
- old
+ new
@@ -1,10 +1,9 @@
module Marvin
module Parsers
# Default Parsers
- autoload :RegexpParser, 'marvin/parsers/regexp_parser'
- autoload :SimpleParser, 'marvin/parsers/simple_parser'
autoload :Prefixes, 'marvin/parsers/prefixes'
autoload :Command, 'marvin/parsers/command'
+ autoload :SimpleParser, 'marvin/parsers/simple_parser'
autoload :RagelParser, 'marvin/parsers/ragel_parser'
end
end
\ No newline at end of file