You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data = Lispy.new.to_data do
hello do
thank you
end
end
The given output is this: [[:hello, [], [[:you, []], [:thank, nil]]]] Unfortunately, the return value of you is not linked as a parameter of thank as would be expected in an AST.
The text was updated successfully, but these errors were encountered:
This example code produces some unexpected output
The given output is this:
[[:hello, [], [[:you, []], [:thank, nil]]]]
Unfortunately, the return value ofyou
is not linked as a parameter ofthank
as would be expected in an AST.The text was updated successfully, but these errors were encountered: