I think a parser.getAll() function which returns a list of all variables and functions currently in scope would be useful to developers. We can then display the list to the user, so the user has some feedback/guidance on what variables and functions he/she can currently use.
I think a
parser.getAll()function which returns a list of all variables and functions currently in scope would be useful to developers. We can then display the list to the user, so the user has some feedback/guidance on what variables and functions he/she can currently use.