Skip to content

sacalon/luahas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lua interpreter for Hascal programming language

Topics

Resources

License

Stars

Watchers

Forks

Languages