The version of basic copied from Martin Kerstens directory.
This commit is contained in:
13
lang/basic/src.old/compile.c
Normal file
13
lang/basic/src.old/compile.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "bem.h"
|
||||
|
||||
/* compile the next program in the list */
|
||||
|
||||
FILE *yyin;
|
||||
|
||||
compileprogram()
|
||||
{
|
||||
|
||||
while( getline())
|
||||
yyparse();
|
||||
fclose(yyin);
|
||||
}
|
||||
Reference in New Issue
Block a user