commit | 8b5ec7a9a45e19ceb7633371fa19f1fa6e7252cd | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Aug 05 22:26:17 2022 -0700 |
committer | swissChili <swisschili@fastmail.com> | Fri Aug 05 22:26:17 2022 -0700 |
tree | 59ad2db72eca30cc6d59253cd0baa40be229bd3b | |
parent | 3e57d7c3f70371f9acf95326c2f5c2cd0e8d2d15 [diff] [blame] |
Add low-level class support, stub of high level OOP wrapper
diff --git a/src/lisp/Jmk2 b/src/lisp/Jmk2 index a54cd87..242708f 100644 --- a/src/lisp/Jmk2 +++ b/src/lisp/Jmk2
@@ -40,6 +40,6 @@ } srcs main.c lisp.c compiler.c lib/std.c plat/linux.c istream.c gc.c \ - call_list.s error.c + call_list.s error.c lib/classes.c type executable