kaist-cp / cs220

268 stars 53 forks source link

[Assignment #4] Pest version deprecated #376

Closed Perspectxve closed 1 month ago

Perspectxve commented 1 month ago

Related Issue

.

Googling Result

.

ChatGPT Result

.

Your question here

For assignment 4, the comment in parser.rs states

"For associativity of each operator, please follow here." and the prec pest::prec_climber is used, but this is a deprecated structure. Pratt Parser is the currently used construct. Can we use this instead?

Lee-Janggun commented 1 month ago

Yes, you can use it, as long as it passes on gg.