head	2.1;
access;
symbols
	public:2.1
	MacOS:2.1;
locks; strict;
comment	@# @;


2.1
date	97.08.24.07.45.04;	author nestor;	state Rel;
branches;
next	;


desc
@Script to automatically create the sources of the tool.
To be used when the grammar definitions are changed.
@


2.1
log
@Laurent Gasser's correction for MacOS extended Pascal
@
text
@cd /home/gasser/compilers/MacPascal2Ada
~/bin/ayacc Pascal.y
cd gnat
mv ../Pascal_goto.a pascal_goto.ads
mv ../Pascal_shift_reduce.a pascal_shift_reduce.ads
mv ../Pascal_tokens.a pascal_tokens.ads
mv ../Pascal.a yyparse.adb
gnatmake p2ada@
