sxzhou / luna

Interpreter of lua-like language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luna

A interpreter of lua-like language written in C++ 11.

Build

Build with Visual Studio 2013(with update 1), solution file in VS2013 directory.

Build with Xcode 5.1, project file in Xcode directory.

Example

Windows:

lunac sample\calculator.lua

Mac OS X:

./lunac sample/calculator.lua

About

Interpreter of lua-like language