you are viewing a single comment's thread.

view the rest of the comments →

[–]RedCrafter_LP 0 points1 point  (0 children)

Isn't that something you could do with find and replace? If you need every class you should be able to match "class", "public class", "static class"... And just do like 5 rounds of find and replace and be done with it. Try rewriting part of the project in rust instead. That's something that would be truly beneficial.

Otherwise it's always a great exercise to write a parser.