Jim Hester
grepl(r"\w+")
x <- 1; g"x = {x}"
mtcars |> filter(hp > 150) |> select(hp, mpg)
[1, 2, 3 [5, 5, 6]]
!!
and !!!
)repl()
function used to start REPL with new parser
repl(parse_text)
repl(tidy_parse_text)
repl(sexp_parse_text)
q()
used to exitinst/*
altparsers::src()
to load scripts with parseraltparsers::src()
altparsers::repl()