Commit 2d42c9d574c8cdf6219708b9751b0a9a7ad4667f
1 parent
0dff1957
Fixed README
Showing
1 changed file
with
2 additions
and
0 deletions
README.md
@@ -11,6 +11,8 @@ You write a Nim module and use some macros to generate a .st file on the side | @@ -11,6 +11,8 @@ You write a Nim module and use some macros to generate a .st file on the side | ||
11 | containing the Smalltalk glue code. When you compile the Nim code the .st file | 11 | containing the Smalltalk glue code. When you compile the Nim code the .st file |
12 | is automatically generated. You then file that into the image. | 12 | is automatically generated. You then file that into the image. |
13 | 13 | ||
14 | +See full example in tests directory. | ||
15 | + | ||
14 | ## Squeak FFI | 16 | ## Squeak FFI |
15 | 17 | ||
16 | What follows is a text written by Sean DeNigris describing the FFI. You can | 18 | What follows is a text written by Sean DeNigris describing the FFI. You can |