propane/lib/imbecile/grammar_parser.rb

9 lines
89 B
Ruby

module Imbecile
class GrammarParser
def initialize(input_file)
end
end
end