script: Added octal and binary liteals
authorLukas Krickl <lukas@krickl.dev>
Mon, 16 Mar 2026 12:32:43 +0000 (13:32 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 16 Mar 2026 12:32:43 +0000 (13:32 +0100)
commit529f8db378697aa84def6c8228022f07c19c91a7
treedf420fc65904f6d56f3a91f39ca645645766612e
parent4215c37e98d314597464a08876df6a1bf6838c0b
script: Added octal and binary liteals
src/l_lsl.c
src/tests/lsl/binliteral.lsl [new file with mode: 0644]
src/tests/lsl/octliteral.lsl [new file with mode: 0644]
src/tests/t_lsl.c