Logo
Explore Help
Register Sign In
open-autonomous-connection/luaj
1
0
Fork 0
You've already forked luaj
Code Issues Pull Requests Actions Packages Projects Releases 2 Wiki Activity
Files
05cfdaa33b7bc7e7a0c27816f1e808d68dd33947
luaj/src/test/res/compile.sh

11 lines
231 B
Bash
Raw Normal View History

Initial draft of interpreter. Lua compiled "chunks" can be unmarshalled. Approximately half of bytecodes implemented in some form or another.
2007-06-08 05:11:37 +00:00
#!/bin/bash
LUA_HOME=/cygdrive/c/programs/lua5.1
Add binary compares, some unary ops, fix binary arithmetic, add plain for loop.
2007-06-10 19:49:47 +00:00
TESTS="test1 test2 test3 test4 test5"
Improve calling convention handling when the number of arguments doesn't match the expected number, and the number of return values doesn't match those needed.
2007-06-11 04:30:03 +00:00
TESTS="test3"
Add binary compares, some unary ops, fix binary arithmetic, add plain for loop.
2007-06-10 19:49:47 +00:00
for x in $TESTS
Initial draft of interpreter. Lua compiled "chunks" can be unmarshalled. Approximately half of bytecodes implemented in some form or another.
2007-06-08 05:11:37 +00:00
do
echo compiling $x
${LUA_HOME}/luac5.1.exe -l -o ${x}.luac ${x}.lua
Add binary compares, some unary ops, fix binary arithmetic, add plain for loop.
2007-06-10 19:49:47 +00:00
${LUA_HOME}/lua5.1.exe ${x}.luac
Initial draft of interpreter. Lua compiled "chunks" can be unmarshalled. Approximately half of bytecodes implemented in some form or another.
2007-06-08 05:11:37 +00:00
done
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 25ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API