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:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user