aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org
index 091549b..0ce428c 100644
--- a/README.org
+++ b/README.org
@@ -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~.