Implement a Makefile for Inform.
Move source code into the src directory, dynamically compute the
version number.
Sync with upstream
Updating compiler to commit
a44f7597596539f2201f8ccc6a87dbd3b829a8ad
from upstream dated June 28 2018. These changes are similiarly
relicensed to GPL per Section 4(c)(ii) of the Artistic License 2.0.
inform.c: Update the copyright year that gets printed out in light of the change from David Kinder
Mantis 2023: Add a limit on verb length of 120.
The maximum length of a verb is now limited to 120 (which can be changed in the source code). Previously very long verbs would crash the compiler. This change is being pulled from upstream based on commit
560f49f dated Aug 16 2017. Also update the version number and the copyright years for the modified files based on this change. These changes are similiarly relicensed to GPL per Section 4(c)(ii) of the Artistic License 2.0.
Update RELEASE_DATE header.h so that it matches with the date of the last commit from upstream
Updating compiler to commit
dabfa73 from upstream dated Oct 1 2016. These changes are similiarly relicensed to GPL per Section 4(c)(ii) of the Artistic License 2.0.
Importing Inform 6 compiler based on commit
25a93cf from upstream dated Sep 25 2016. Modified to work better when the Inform standard library is in a non-standard location. Relicensed to GPL per Section 4(c)(ii) of the Artistic License 2.0.