From 23f7e1a5d336d242c4f07f54d9a4535a72f7c957 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 19 Aug 1996 21:47:47 +0000 Subject: [PATCH] lilypond-0.0.1 --- lexer.hh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lexer.hh diff --git a/lexer.hh b/lexer.hh new file mode 100644 index 0000000000..28753603ef --- /dev/null +++ b/lexer.hh @@ -0,0 +1,14 @@ +#ifndef LEXER_HH +#define LEXER_HH + +#include "proto.hh" + +void new_input(String s); +bool close_input(); +int yylex(); +void yyerror(char *s); + +int lookup_keyword(String s); +Identifier* lookup_identifier(String s); + +#endif -- 2.39.5