add lots of operators. Assignment becomes operator. fix the mess
This commit is contained in:
@@ -15,7 +15,5 @@ module Parser
|
||||
rule(:question_mark) { str('?') >> space? }
|
||||
rule(:excamation_mark) { str('!') >> space? }
|
||||
|
||||
rule(:multiply) { match['*/'] >> space? }
|
||||
rule(:plus) { match['+-'] >> space? }
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user