zadean / xqerl

Erlang XQuery 3.1 Processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on process dictionary in static phase

zadean opened this issue · comments

The parser uses the process dictionary to handle namespaces. This is also used in the static phase.
That should be removed. It is only needed in yecc and not in the static phase that has state.