Skip to content

Commit

Permalink
Update selfhost.lm
Browse files Browse the repository at this point in the history
  • Loading branch information
KajizukaTaichi committed Jan 11, 2025
1 parent 329beb9 commit 7ea3dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/langs/selfhost.lm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let parse = fn(source ->
"-" => @{ "class": #Sub, "value": [hasLhs 2, token] },
"*" => @{ "class": #Mul, "value": [hasLhs 2, token] },
"/" => @{ "class": #Div, "value": [hasLhs 2, token] },
_ => @{ "class": #Apply, "value": [hasLhs 1, token] }
_ => @{ "class": #Apply, "value": [hasLhs 1, token] }
}
} else {
token
Expand Down

0 comments on commit 7ea3dfd

Please sign in to comment.