I started using ANTLR 4 for my compiler course and I already created my grammar. ANTLR gives me the Lexer and the Parser but how can I generate an intermediate code? Someone told me to use Jasmin but I did't know how to use it.
NB: ANTLR gives me the java code.