9 lines
89 B
Ruby
9 lines
89 B
Ruby
module Imbecile
|
|
class GrammarParser
|
|
|
|
def initialize(input_file)
|
|
end
|
|
|
|
end
|
|
end
|