renamed root parser class to Crystal
This commit is contained in:
@ -10,7 +10,7 @@ module ParserHelper
|
||||
|
||||
module InstanceMethods
|
||||
def setup
|
||||
@parser = Parser::Composed.new
|
||||
@parser = Parser::Crystal.new
|
||||
@transform = Parser::Transform.new
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user