scala / scala-parser-combinators

simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
Apache License 2.0
655 stars 131 forks source link

Add code from chapter 33 of "Programming in Scala" as tests #223

Open Philippus opened 5 years ago

Philippus commented 5 years ago

It would be nice to add the bits of code from chapter 33 of "Programming in Scala" as tests to be sure we don't break compatibility (too much) with the book.

SethTisue commented 5 years ago

@bvenners do you plan to retain that material in the upcoming 2.13 edition?

doehyunbaek commented 1 year ago

Hi. It seems like this chapter got moved to advanced_programming_in_scala instead. Do you think it would be better to implement test from old books(2e,3e,4e ch33) or new book still in preview(ch11)

Philippus commented 1 year ago

I'd say from the new book.