From 502771c3a461dff962ed8bf93e4410095b060054 Mon Sep 17 00:00:00 2001 From: Jan Max Meyer Date: Tue, 17 Apr 2018 21:38:28 +0200 Subject: [PATCH] Last changes v1.4 --- .gitignore | 5 +++++ CHANGELOG.md | 2 +- Makefile.in | 6 +++++- aclocal.m4 | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 202cb34..e048405 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,16 @@ *.o + parse_boot1.c parse_boot2.c parse_boot2.h parse_boot3.c parse_boot3.h + boot_min_lalr1 + unicc_boot1 unicc_boot2 unicc_boot3 unicc + +Makefile diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c9944..f25ac8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Current development version. - Compiled and linked against libphorward 0.22 - C++ target forked from the C target startet -- //action_prefix// value can be defined in target language templates to +- *action_prefix* value can be defined in target language templates to redefine the ``@``-prefix for action code variables by any other desired prefix. This change has been done to make target language processing easier for languages where the ``@``-sign is part of the target language syntax. diff --git a/Makefile.in b/Makefile.in index cfb9061..fb89510 100644 --- a/Makefile.in +++ b/Makefile.in @@ -383,7 +383,11 @@ bin_PROGRAMS = unicc$(EXEEXT) man1_MANS = unicc.man uniccdir = $(datadir)/unicc targetsdir = $(uniccdir)/targets -dist_targets_DATA = targets/c.tlt targets/python.tlt +dist_targets_DATA = targets/c.tlt \ + targets/c++.tlt \ + targets/python.tlt \ + targets/ecmascript.tlt + dist_unicc_DATA = unicc.dtd LICENSE README.md AM_CPPFLAGS = -DTLTDIR=\"$(targetsdir)\" diff --git a/aclocal.m4 b/aclocal.m4 index 25cd607..df8ff83 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1000,7 +1000,7 @@ fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2018 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it,