Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
d0e3bbdf
Commit
d0e3bbdf
authored
Mar 10, 2013
by
Vinicius Jarina
Browse files
Update gitmodules/README.md
parent
941e59f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
d0e3bbdf
[submodule "Core/KopiLua"]
[submodule "Core/KopiLua"]
path = Core/KopiLua
path = Core/KopiLua
url = git://github.com/
codefoco
/KopiLua.git
url = git://github.com/
NLua
/KopiLua.git
[submodule "Core/KeraLua"]
[submodule "Core/KeraLua"]
path = Core/KeraLua
path = Core/KeraLua
url = git://github.com/
codefoco
/KeraLua.git
url = git://github.com/
NLua
/KeraLua.git
.travis.yml
View file @
d0e3bbdf
...
@@ -20,12 +20,12 @@ script:
...
@@ -20,12 +20,12 @@ script:
# Only watch the master branch
# Only watch the master branch
branches
:
branches
:
only
:
only
:
-
master
_nlua
-
master
# Notify if needed
# Notify if needed
notifications
:
notifications
:
recipients
:
recipients
:
-
codefoco
@gmail.com
-
viniciusjarina
@gmail.com
email
:
email
:
on_success
:
change
on_success
:
change
on_failure
:
always
on_failure
:
always
\ No newline at end of file
README.md
View file @
d0e3bbdf
LuaInterface 2.0.4
NLua
------------------
====
[

]()
NLua is a fork of project LuaInterface (from Fábio Mascarenhas/Craig Presti).
NLua allow use Lua from C#, using Windows, Linux, Mac, iOS , Android, Windows Phone 7 and Windows Phone 8.
Linux:
[

](https://travis-ci.org/codefoco/LuaInterface)
Linux:
[

](https://travis-ci.org/codefoco/LuaInterface)
OSX :
[

](http://codefoco.zapto.org:8080/job/NLua/)
OSX :
[

](http://jenkins-nlua.sytes.net:8080/job/NLua/)
iOS:
[

](http://jenkins-nlua.sytes.net:8080/job/NLua_iOS/)
iOS:
[

/badge/icon)](http://codefoco.zapto.org:8080/job/NLua%20(iOS)/)
```
csharp
using
(
Lua
lua
=
new
Lua
())
{
object
[]
res
=
lua
.
DoString
(
"a=2\nreturn a,3"
);
//Console.WriteLine("a="+res[0]+", b="+res[1]);
Assert
.
AreEqual
(
res
[
0
],
2d
);
Assert
.
AreEqual
(
res
[
1
],
3d
);
}
LuaInterface
2.0
.
4
------------------
Copyright
�
2003
-
2006
Fabio
Mascarenhas
de
Queiroz
Copyright
�
2003
-
2006
Fabio
Mascarenhas
de
Queiroz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment