1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-27 04:25:14 +00:00

For #469 - Add support for C++ and mixed C/C++

WIP and for native modules. Required a few changes to headers and
some changes to JPM.
This commit is contained in:
Calvin Rose
2020-09-04 17:05:28 -05:00
parent 39032b45c9
commit 25156eb83e
6 changed files with 166 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
(use build/testmod)
(use build/testmod2)
(use build/testmod3)
(defn main [&]
(print "Hello from executable!")
(print (+ (get5) (get6))))
(print (+ (get5) (get6) (get7))))