From 463690390b45ddd96545ae958e2605e262966c9f Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 11 Oct 2021 19:33:29 +0200 Subject: Add a new version of the lexer for token gen --- src/bootstrap/read_line.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bootstrap/read_line.c') diff --git a/src/bootstrap/read_line.c b/src/bootstrap/read_line.c index 7612d05..603bfee 100644 --- a/src/bootstrap/read_line.c +++ b/src/bootstrap/read_line.c @@ -29,4 +29,3 @@ read_line(void) { }; return sv; } - -- cgit v1.2.1