propane/lib/imbecile/parser.rb
2021-08-28 08:11:06 -04:00

11 lines
86 B
Ruby

class Imbecile
class Parser
def initialize(tokens, rules)
end
end
end