Closed hugomg closed 7 years ago
Currently, requiring parser-gen is polluting the global scope with many global functions. These should all be made local and exported in the return statement if needed. The ones I managed to find were:
equals
getn
traverse
record
recorderror
concat
foldtable
Stack
Thanks for pointing those out, all fixed in the latest commit.
Currently, requiring parser-gen is polluting the global scope with many global functions. These should all be made local and exported in the return statement if needed. The ones I managed to find were:
equals
getn
traverse
,record
,recorderror
concat
,foldtable
Stack