dot-get_reserved_operator function

Check for reserved operators

Check for reserved operators

A helper for .make_parameters(), which takes a symbol and checks whether it corresponds to one of the reserved operators for the package syntax.

.get_reserved_operator(node)

Arguments

  • node: A symbol, extracted from a formula

Returns

If node is a reserved operator, then return the operator as a string. Otherwise return the string "none".

  • Maintainer: Thomas Sostarics
  • License: MIT + file LICENSE
  • Last published: 2024-10-01