zadean / xqerl

Erlang XQuery 3.1 Processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace module xqerl_scanner with leex version

zadean opened this issue · comments

To allow line/column numbers to follow each XQuery statement, xqerl_scanner should be converted to leex.

This will also make future changes to the grammar easier to implement.

This will not happen. Line numbers are now passed in from the scanner and sent forward. No need for leex.