6 ms·
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? - H
by fourier 10y 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?
- fourier 10y agoyes thanks!