I don’t use any tools, I code it “raw” in Java like:
Lexer → Parser → Interpreter
As easy as that
Good ! I sortof hoped we would do that instead of using sugarcoated methods instead, that’d be an interesting thing to redo on my end definitely
Still you’ll have to be careful to organise everything properly, else you will have to rewrite it or just cry. Right now I’m rewriting most of the parser and interpreter for the 4th time, but it’s always worth it
1 Like
I wish you the best of luck with it