slash

slash is a simple type-oriented programming language
Log | Files | Refs | README | LICENSE

commit 09f67e20c4e9ecdbe9c81e6793263d04d1490f20
parent 167f24900885329f9e5305496ba8917ec1b643c4
Author: Mario Rosell R. Martinez <mario@mariorosell.es>
Date:   Sat,  4 Apr 2026 11:35:45 +0200

lex (minor): include header for completeness

Diffstat:
Mlex.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lex.c b/lex.c @@ -6,6 +6,8 @@ #include <string.h> #include <ctype.h> +#include "lex.h" + enum toktype { TOK_EOF,