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
I noticed that read_expronly checks if the current character being parsed is a digit before invoking make_int.
Perhaps not worth fixing for at this point, but may be useful to know for anyone else using this as learning resource for their own interpreter implementation.
The text was updated successfully, but these errors were encountered:
I noticed that
read_expr
only checks if the current character being parsed is a digit before invokingmake_int
.Perhaps not worth fixing for at this point, but may be useful to know for anyone else using this as learning resource for their own interpreter implementation.
The text was updated successfully, but these errors were encountered: