]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.1
authorfred <fred>
Mon, 19 Aug 1996 21:47:47 +0000 (21:47 +0000)
committerfred <fred>
Mon, 19 Aug 1996 21:47:47 +0000 (21:47 +0000)
lexer.hh [new file with mode: 0644]

diff --git a/lexer.hh b/lexer.hh
new file mode 100644 (file)
index 0000000..2875360
--- /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