Skip to content

rodrigob/lua---inline-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPENDENCIES:
Torch7 (www.torch.ch)

INSTALL:
$ torch-rocks install inline

USE:
$ torch
> require 'inline'
> f = inline.load [[
    prinf("Hello, from C!\n");
]]
> f()
Hello, from C!
>

About

An Inline C package for Lua

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%