Comment by fourier
9 years ago
What is your workflow while developing the compiler?
- Are you experimenting with the particular function in REPL/interpreter and then add it to the code?
- How do you debug the code?
- How do you test it, what are the test suits etc?
yes thanks!