Hacker News new | ask | show | jobs
by fourier 3408 days 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?

1 comments

yes thanks!