You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+31-1
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ Run scripts in the VM.
90
90
91
91
Refer to `Lua Reference Manual <http://www.lua.org/manual/5.1/>`_ and `Go doc <http://godoc.org/github.com/yuin/gopher-lua>`_ for further information.
92
92
93
+
Note that elements that are not commented in `Go doc <http://godoc.org/github.com/yuin/gopher-lua>`_ equivalent to `Lua Reference Manual <http://www.lua.org/manual/5.1/>`_ , except GopherLua uses objects instead of Lua stack indcies.
GopherLua uses simple inlining tool for generate efficient codes. This tool requires python interpreter. Files name of which starts with ``_`` genarate files name of which does not starts with ``_`` . For instance, ``_state.go`` generate ``state.go`` . You do not edit generated sources.
671
+
To generate sources, some make target is available.
672
+
673
+
.. code-block:: bash
674
+
675
+
make build
676
+
make glua
677
+
make test
678
+
679
+
You have to run ``make build`` before committing to the repository.
0 commit comments