11 lines
86 B
Ruby
11 lines
86 B
Ruby
class Imbecile
|
|
|
|
class Parser
|
|
|
|
def initialize(tokens, rules)
|
|
end
|
|
|
|
end
|
|
|
|
end
|