console1984 is using parser gem to parse user input ruby code into ast, but that gem does not support (and not planning to) ruby 3.4 onward, due to the new bulit-in ruby parser (prism).
I guess that means that console1984 should be using prism parser on ruby 3.4 onward.
console1984 is using parser gem to parse user input ruby code into ast, but that gem does not support (and not planning to) ruby 3.4 onward, due to the new bulit-in ruby parser (prism).
I guess that means that console1984 should be using prism parser on ruby 3.4 onward.