File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ C file and then linked to the runtime to generate a turnkey
14
14
application.
15
15
16
16
How to compile
17
- ==============
17
+ --------------
18
18
19
19
Under Linux use the shell script ` compile.sh ` and under Windows you
20
20
can use ` compile.bat ` . If you want to compile a 64 bit Forth you
@@ -23,20 +23,23 @@ should use the `compile_64.bat` or `compile_64.sh` script.
23
23
You will find a ` forthconsole ` executable which is a Forth REPL that
24
24
you can use to develop in a interactive way.
25
25
26
+ With the script ` do_images.bat ` you can generate a Forth REPL that
27
+ includes the full kernel.
28
+
26
29
Examples
27
- ========
30
+ --------
28
31
29
32
Under the ` examples ` directory you can find some example of what you
30
33
can do with this Forth system.
31
34
32
35
Editor support
33
- ==============
36
+ --------------
34
37
35
38
There is a minimal editor support for editing Forth files under Emacs
36
39
under the ` emacs ` directory.
37
40
38
41
How to generate turnkey applications
39
- ====================================
42
+ ------------------------------------
40
43
41
44
To generate turnkey applications you must:
42
45
@@ -89,7 +92,7 @@ As you see a turnkey application with all the forth libraries and the
89
92
VM is something like 128K, which is not terribly big in this days.
90
93
91
94
License
92
- =======
95
+ -------
93
96
94
97
Copyright (c) 2012, Leonardo Cecchi
95
98
All rights reserved.
You can’t perform that action at this time.
0 commit comments