diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -66,3 +66,9 @@ simply turns everything on the stack into a quote, then puts it on the stack. Fo 1 2 3 4 5 6 7 qstack #+end_example Returns the quote ~[ 1 2 3 4 5 6 7 ]~. +* CLib +This language has a foreign language interface (FLI). The FLI functions via including ~parser.h~ and creating the functions +~add_funcs~ and ~add_objs~. Each custom object needs to have its own free, print, and copy functions. For some implementation examples, +see the ~builtins.c~ file. Later on there will be more documentation. +* Install +~make~ and ~sudo make install~. |