This website requires JavaScript.
Explore
Help
Register
Sign In
lassik
/
upscheme
Watch
1
Star
0
Fork
You've already forked upscheme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
84c10258b3
upscheme
/
c
/
libraries.h
2 lines
55 B
C
Raw
Normal View
History
Unescape
Escape
Add concept of built-in libraries and (import) statement R7RS syntax is: (import (library name here)) We translate this into the internal path "library/name/here". This will allow us to easily load libraries from files later on by appending the ".sld" file name extension.
2019-08-11 15:32:55 -04:00
value_t
builtin_import
(
value_t
*
args
,
uint32_t
nargs
)
;