LUA intermediate code interpreter

This commit is contained in:
Waldemar Celes
1993-12-17 16:41:19 -02:00
parent 75ed504382
commit 64097041c4
2 changed files with 42 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
/*
** opcode.h
** TeCGraf - PUC-Rio
** 16 Apr 92
** $Id: $
*/
#ifndef opcode_h
@@ -140,5 +139,7 @@ int lua_parse (void); /* from "lua.stx" module */
void lua_type (void);
void lua_obj2number (void);
void lua_print (void);
void lua_internaldofile (void);
void lua_internaldostring (void);
#endif