You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying an alternative online playground for tscc here https://meimporta.eu/TsccYaccLex/playground.html I want to be able to click on the conflict messages and the editor jump to the line/col of it, I already got something close but all line/col info are the one from the head lhs of the rule instead of the sub rule.
Trying an alternative online playground for
tscc
here https://meimporta.eu/TsccYaccLex/playground.html I want to be able to click on the conflict messages and the editor jump to the line/col of it, I already got something close but all line/col info are the one from the head lhs of the rule instead of the sub rule.To see it go to https://meimporta.eu/TsccYaccLex/playground.html select
JZend
using theselect
in the upper middle screen then comment this line:Now click the
Parse
button (upper left corner) to get this messages:I would like to have the line/col of each used/discarded rule correctly pointing to then.
Could you give any help on it ?
This is based on https://github.com/yhirose/cpp-peglib playground here https://yhirose.github.io/cpp-peglib/
and also https://github.com/ChrisHixon/chpeg playground here https://chrishixon.github.io/chpeg/playground/
and https://github.com/mingodad/CocoR-Typescript playground here https://mingodad.github.io/CocoR-Typescript/playground
Cheers !
The text was updated successfully, but these errors were encountered: