Martin Dørum hace 3 años
padre
commit
d205047c5d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      include/lang2/parse/parse.h

+ 0
- 2
include/lang2/parse/parse.h Ver fichero

@@ -15,9 +15,7 @@ struct l2_parse_state {
void l2_parse_init(
struct l2_parse_state *state,
struct l2_lexer *lexer, struct l2_io_writer *w);

void l2_parse_free(struct l2_parse_state *state);

void l2_parse_program(struct l2_parse_state *state);

#endif

Cargando…
Cancelar
Guardar