Files
ImHex-Patterns/tests/patterns/test_data
Illia Trukhanov 5a04a4256b pattern: Add Lua 5.0 pattern (#466)
* patterns: Add Lua 5.0 pattern

Based on Lua 5.1 pattern.

* tests: Add Lua 5.0 test file

function fac(n)
    if n < 2 then
        return 1
    end
    return n * fac(n - 1)
end

./luac - < test.lua
Lua compiled with make ARFLAGS=rv CC="gcc -m32"
at commit 762c7370376dbd13cd8aeb4d8c8da0bb153269c3
luac compiled with make LUA=../lua CC="gcc -m32"
at commit d002063c4605d3ea12d419b34a23c562f9add318

---------

Co-authored-by: Nik <werwolv98@gmail.com>
2026-01-03 20:31:40 +01:00
..
2023-09-26 16:51:02 +02:00
2022-09-07 14:42:38 +02:00
2023-07-09 00:31:48 +02:00
2022-09-04 14:17:04 +02:00
2025-06-16 20:25:54 -07:00
2024-07-23 21:03:17 +02:00
2023-07-09 00:31:48 +02:00
2022-09-02 23:45:11 +02:00
2022-12-21 19:57:04 +01:00
2024-07-23 21:03:17 +02:00
2024-07-23 21:03:17 +02:00
2023-07-09 00:31:48 +02:00
2023-07-09 10:05:47 +02:00