This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
janet
Watch
1
Star
0
Fork
0
You've already forked janet
mirror of
https://github.com/janet-lang/janet
synced
2025-02-05 03:30:02 +00:00
Code
Issues
1
Releases
Wiki
Activity
janet
/
test
/
install
/
testexec.janet
6 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Executables linking to natives working on linux. This involves a bunch of machinery in cook.janet and even a little bit in the janet C API.
2019-07-28 13:25:14 -05:00
(use build/testmod)
Fix normal native building and make test-install. Add executable generation testing to make test-install.
2019-07-27 09:50:44 -05:00
(defn main [&]
Executables linking to natives working on linux. This involves a bunch of machinery in cook.janet and even a little bit in the janet C API.
2019-07-28 13:25:14 -05:00
(print "Hello from executable!")
(print (get5)))
Reference in New Issue
Copy Permalink