-
Hello. I am interested by the project and comparing it to similar ones like Scala Parsing Combinators, ZIO parse etc... In most of them, you can give the input position to the generated output. For example, Scala Parsing Combinators has the Does Parsley have such feature? If yes, is there a wiki page about its usage? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
Parsley.line
,Parsley.col
andParsley.pos
🙂 (see https://javadoc.io/static/com.github.j-mie6/parsley_2.13/4.0.0/parsley/Parsley$.html#pos:parsley.Parsley[(Int,Int)])