Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 446 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 446 Bytes

LuaHas

Lua interpreter for Hascal programming language

Install

Requirements :

$ hascal get github.com/bistcuite/luahas lua

Example

use lua

function main():int {
	lua_exec("print 'hello world'")
	return 0
}

Compile and run :

$ hascal example.has
$ ./example
hello world

License

MIT