-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
30 lines (22 loc) · 1.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This program is the embryo of a Forth interpreter. It is intended for
the use in a Unix-like environment, together with libraries that have
a C interface.
DOCUMENTATION
The documentation can be found in the doc/ subdirectory, in the *.rst
files. It is written in the ReStructuredText format, for the Sphinx
documentation system, but should be readable even without it. For the
generation of HTML or PDF files Sphinx v1.0.8 (or later) is needed.
If Sphinx is installed, type "make html" or "make latexpdf" from the
main directory or from doc/ to get the documentation.
EDITING
There is a minimal Emacs mode in the support/ directory. To enable it,
follow the instructions in the file support/mind.el.
COPYING
The program is licensed under the GNU General Public License version 2
or any later version, at your choice. There is NO WARRANTY, not at
all. See the file "copying" for details.
The documentation files are licensed under the Creative Commons
Attribution-ShareAlike 3.0 Unported License. To view a copy of this
license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send
a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain
View, California, 94041, USA.