]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Thu, 7 Nov 1996 20:27:34 +0000 (20:27 +0000)
committerfred <fred>
Thu, 7 Nov 1996 20:27:34 +0000 (20:27 +0000)
hdr/lexer.hh [new file with mode: 0644]

diff --git a/hdr/lexer.hh b/hdr/lexer.hh
new file mode 100644 (file)
index 0000000..e2537da
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef LEXER_HH
+#define LEXER_HH
+
+#include "proto.hh"
+
+void new_input(String s);
+bool close_input();
+int yylex();
+void yyerror(const char *s);
+
+int lookup_keyword(String s);
+
+Identifier* lookup_identifier(String s);
+void add_identifier(Identifier*i);
+void delete_identifiers();
+void kill_lexer();
+#endif