diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-09 18:39:49 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-09 18:39:49 -0800 |
commit | ac6004730fa54a756d1627a4e8450cd32df86f75 (patch) | |
tree | 8cb4d59438a1252fa069788b2ffb78b2a1bbad3e /README.org | |
parent | 6ccf0572469dfc8cd8fa7b8537b2ac6c265d2df6 (diff) |
reorganize directory structure
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~. |