You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

parse.c 141B

1234567
  1. #include "parse/parse.h"
  2. #include "gen/gen.h"
  3. void l2_parse_program(struct l2_parse_state *state) {
  4. l2_gen_stack_frame(&state->writer);
  5. }