Pascal compiler now runs.
--HG-- branch : dtrg-buildsystem rename : lang/basic/build.mk => lang/pc/build.mk rename : lang/cem/cemcom.ansi/build.mk => lang/pc/comp/build.mk rename : lang/basic/lib/build.mk => lang/pc/libpc/build.mk
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* The grammar of ISO-Pascal as given by the specification, BS6192: 1982. */
|
||||
|
||||
{
|
||||
#include "parameters.h"
|
||||
#include <alloc.h>
|
||||
#include <em_arith.h>
|
||||
#include <em_label.h>
|
||||
@@ -14,7 +15,6 @@
|
||||
#include "main.h"
|
||||
#include "node.h"
|
||||
#include "scope.h"
|
||||
#include "dbsymtab.h"
|
||||
}
|
||||
|
||||
%lexical LLlex;
|
||||
|
||||
Reference in New Issue
Block a user