Skip to content
/ luahas Public

Lua interpreter for Hascal programming language

License

Notifications You must be signed in to change notification settings

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