j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
173 stars 15 forks source link

Update effective-lexing.md to more clearly callout the lexing API #240

Closed rmgk closed 3 months ago

rmgk commented 3 months ago

I coerced some of my students into trying out parsley. They seem to like it in general, but they missed the existence of the lexing API, and spend some time implementing their own lexer.

This tries to make the callout in the beginning more “in your face”.

j-mie6 commented 3 months ago

This seems like a good change, thanks!

codeclimate[bot] commented 3 months ago

Code Climate has analyzed commit 7f1b344f and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 92.2% (0.0% change).

View more on Code Climate.