Skip to content

Commit 5081cde

Browse files
author
Leonardo Cecchi
committedAug 27, 2012
readme
1 parent fb9520c commit 5081cde

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
 

‎README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ C file and then linked to the runtime to generate a turnkey
1414
application.
1515

1616
How to compile
17-
==============
17+
--------------
1818

1919
Under Linux use the shell script `compile.sh` and under Windows you
2020
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.
2323
You will find a `forthconsole` executable which is a Forth REPL that
2424
you can use to develop in a interactive way.
2525

26+
With the script `do_images.bat` you can generate a Forth REPL that
27+
includes the full kernel.
28+
2629
Examples
27-
========
30+
--------
2831

2932
Under the `examples` directory you can find some example of what you
3033
can do with this Forth system.
3134

3235
Editor support
33-
==============
36+
--------------
3437

3538
There is a minimal editor support for editing Forth files under Emacs
3639
under the `emacs` directory.
3740

3841
How to generate turnkey applications
39-
====================================
42+
------------------------------------
4043

4144
To generate turnkey applications you must:
4245

@@ -89,7 +92,7 @@ As you see a turnkey application with all the forth libraries and the
8992
VM is something like 128K, which is not terribly big in this days.
9093

9194
License
92-
=======
95+
-------
9396

9497
Copyright (c) 2012, Leonardo Cecchi
9598
All rights reserved.

0 commit comments

Comments
 (0)
Please sign in to comment.