allowing comments instead of newlines and not capturing comments (leave that for later as it messes the output)
This commit is contained in:
@@ -9,7 +9,7 @@ module Parser
|
||||
space? >> right_parenthesis
|
||||
}
|
||||
|
||||
rule(:call_site) { name.as(:call_site) >> argument_list }
|
||||
rule(:call_site) { name.as(:call_site) >> argument_list >> comment.maybe}
|
||||
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user