File: lang_lua.html

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (24 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<body>

<h1> fungw language bindings - lua </h1>

<h2> datasheet </h2>
<p>
<table border=1 cellspacing=0>
	<tr> <th> tested on
		<td> Debian (liblua 5.1.5)
	<tr> <th> known bugs/limitations
		<td> insufficient number of arguments in a C-&gt;lua call causes lua to abort in an uncontrollable way
	<tr> <th> API stability
		<td> <a href="#api">good</a>
	<tr> <th> configuration requirements
		<td> n/a

</table>

<h2> Details </h2>


</body>
</html>