From d00a6e8ac791edeab90bcaa897ecab8bca48e7b4 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 9 Feb 2022 16:34:12 +0100 Subject: [PATCH] grammar --- interpreter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter.rb b/interpreter.rb index 7c35534..70b026f 100644 --- a/interpreter.rb +++ b/interpreter.rb @@ -112,7 +112,7 @@ module Rpl command = @dictionary.lookup( elt[:value] ) if command.nil? - # if there's command by that name then it's a name + # if there isn't a command by that name then it's a name elt[:type] = :name @stack << elt