From ac6004730fa54a756d1627a4e8450cd32df86f75 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 9 Jan 2024 18:39:49 -0800 Subject: reorganize directory structure --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.org') 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~. -- cgit