Can somebody who is better then me at coding help me in my parser in java?
I am trying to write a programming language but I have gotten stuck lately, see I am trying to add a way I can make java recognize when something is surrounded by normal brackets (‘(‘, ‘)’). Those objects I call a “Context” (mainly because I don’t know what else to call it since it’s basically just there to provide context for functions, if statements, etc.). I am currently not getting the result I want and have been stuck on it lately. If you have any questions about the code or something then tell me and yes, I know my code sucks, I’ll refactor it sometime later to not be as ass as it is now.