pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

Rename RBParser into PharoParser #17361

Open Ducasse opened 1 week ago

Ducasse commented 1 week ago

Now that the AST program nodes have been renamed we should rename the parser and the scanner. It would be good not to remove the alias in future Pharo versions but we should be able to write new code using PharoParser instead of RBParser which is totally arcane.