add space at file end
This commit is contained in:
parent
46102e56ad
commit
65cde70114
@ -29,6 +29,6 @@ module Parser
|
|||||||
include FunctionDefinition
|
include FunctionDefinition
|
||||||
include Operators
|
include Operators
|
||||||
|
|
||||||
rule(:root){ (function_definition | expression | operator_expression | call_site).repeat }
|
rule(:root){ (function_definition | expression | operator_expression | call_site | space).repeat }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user