# HG changeset patch # User Paul Boddie # Date 1716148744 -7200 # Node ID f1c22d55c0daa961ecb686e49a8a2b51be2ac04a # Parent 582d834d392df5dfa7e48401e82d14d6549a9a01# Parent d84d7a6f3c874aabdd7f3c291f14e6b7cd0638b9 Merged changes from the value-replacement branch. diff -r 582d834d392d -r f1c22d55c0da lplc --- a/lplc Tue Sep 05 21:16:49 2023 +0200 +++ b/lplc Sun May 19 21:59:04 2024 +0200 @@ -1,9 +1,9 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Lichen Python-like compiler tool. -Copyright (C) 2016-2018, 2021 Paul Boddie +Copyright (C) 2016-2018, 2021, 2024 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff -r 582d834d392d -r f1c22d55c0da tools/showalias.py --- a/tools/showalias.py Tue Sep 05 21:16:49 2023 +0200 +++ b/tools/showalias.py Sun May 19 21:59:04 2024 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from os.path import abspath, exists, join, split import sys diff -r 582d834d392d -r f1c22d55c0da tools/showplan.py --- a/tools/showplan.py Tue Sep 05 21:16:49 2023 +0200 +++ b/tools/showplan.py Sun May 19 21:59:04 2024 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 from os.path import abspath, exists, join, split import sys