grammar
This commit is contained in:
parent
9ebdb707c5
commit
d00a6e8ac7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module Rpl
|
||||||
command = @dictionary.lookup( elt[:value] )
|
command = @dictionary.lookup( elt[:value] )
|
||||||
|
|
||||||
if command.nil?
|
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
|
elt[:type] = :name
|
||||||
|
|
||||||
@stack << elt
|
@stack << elt
|
||||||
|
|
Loading…
Reference in a new issue