pslang/examples
2026-05-08 21:38:44 +03:00
..
example.psl Initial commit: wip spec, ast definition, parser & interpreter 2025-12-16 14:01:50 +03:00
foreign.psl Add foreign functions (stub in interpreter, implemented in aarch64 compiler) 2026-03-13 11:01:53 +03:00
ir_test.psl Implement array-types function arguments & return values in Aarch64 compiler 2026-03-29 22:52:48 +03:00
jit_test.psl Implement global variables 2026-05-08 21:38:44 +03:00
mandelbrot.psl Fix mandelbrot example 2026-05-07 13:47:27 +03:00
raytracer.png Add fresnel in raytracer example 2026-04-04 16:59:21 +03:00
raytracer.psl Allow mutable function arguments 2026-05-07 13:47:15 +03:00
short-circuit.psl First common arch-independent IR prototype (no structs or arrays yet) 2026-03-18 18:35:47 +03:00
struct_test.psl Implement proper struct field assigment in IR compiler 2026-03-29 12:20:49 +03:00
test.psl Interpreter clean-up (wip - identifier/function resolving is broken) 2025-12-29 14:42:25 +03:00