Skip to content

Instantly share code, notes, and snippets.

@korzio
Created March 16, 2021 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korzio/cd88f463ad7fec9dc64721b4868a8239 to your computer and use it in GitHub Desktop.
Save korzio/cd88f463ad7fec9dc64721b4868a8239 to your computer and use it in GitHub Desktop.
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