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
closes#336 printing this PR adds a new dialect named `debug` to model
possible debug related operations, right now this dialect only has an
`info` statement that prints a message and optionally some variables
feed after the message. Similar to `icecream` we will detect the name of
the variable and print the name and value pair of the variable. See
below for the printing

cc: @cduck
closes#336 printing this PR adds a new dialect named `debug` to model
possible debug related operations, right now this dialect only has an
`info` statement that prints a message and optionally some variables
feed after the message. Similar to `icecream` we will detect the name of
the variable and print the name and value pair of the variable. See
below for the printing

cc: @cduck
closes#336 printing this PR adds a new dialect named `debug` to model
possible debug related operations, right now this dialect only has an
`info` statement that prints a message and optionally some variables
feed after the message. Similar to `icecream` we will detect the name of
the variable and print the name and value pair of the variable. See
below for the printing

cc: @cduck
Something like this:
Ideally, the message outputs to stdout whenever an interpreter interprets the function.
The text was updated successfully, but these errors were encountered: