Skip to content

Instantly share code, notes, and snippets.

@To1ne
To1ne / keyboard-much.org
Last active February 28, 2018 14:56 — forked from pjaspers/keyboard-much.markdown
Everything you never wanted to know about keyboards at 10to1
diff --git a/parse.h b/parse.h
index b65ad8f..174e702 100644
--- a/parse.h
+++ b/parse.h
@@ -49,7 +49,10 @@ extern int yydebug;
# define YYTOKENTYPE
enum yytokentype
{
+ YYEMPTY = -2,
END_OF_INPUT = 0,