r2eng
r2eng copied to clipboard
Include new operators from R >=v4.1
Allow for the new pipe |> and 'lambda' anonymous function syntax \() to be detected. The latter is more tricky than e.g. function(x), of course.
r"{}", %||%.
|> is going to be troublesome because:
substitute(x |> print())
# print(x)
gram.y here: https://github.com/wch/r-source/blob/trunk/src/main/gram.y