c3d / xl

A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites
GNU General Public License v3.0
270 stars 15 forks source link

Tag useful functions in the runtime using XL_NATIVE #31

Open c3d opened 4 years ago

c3d commented 4 years ago

There are only a handful of runtime functions tagged using XL_NATIVE at the moment. More functions should be tagged, which might expose the need to add a few more types in the native interface.