Created
March 16, 2021 19:35
-
-
Save korzio/cd88f463ad7fec9dc64721b4868a8239 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func led(left ast.Node, operator token.Token, right ast.Node) *ast.Node { | |
return &ast.Node{Left: &left, Token: &operator, Right: &right} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment