holey-bytes/lang/src
Jakub Doka a8aba7e7c2
making the Call node less special
return value is now a separate node pinned to the call

Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
2024-12-19 10:48:05 +01:00
..
backend making the Call node less special 2024-12-19 10:48:05 +01:00
fmt.rs adding default values to struct fields and @kindof directive 2024-12-17 17:51:14 +01:00
fs.rs fixed the unreachable functions deleting branches 2024-12-17 20:53:13 +01:00
fuzz.rs Restructuring the compiler 2024-12-01 14:01:44 +01:00
fuzz_main.rs handling infinite loops properly 2024-10-27 11:32:34 +01:00
lexer.rs adding unrolled loops, struct indexing and @len directive 2024-12-16 13:20:47 +01:00
lib.rs extractng Nodes from son.rs 2024-12-17 00:18:44 +01:00
main.rs making ableos path resolver public 2024-11-30 22:45:59 +01:00
nodes.rs making the Call node less special 2024-12-19 10:48:05 +01:00
parser.rs adding default values to struct fields and @kindof directive 2024-12-17 17:51:14 +01:00
son.rs making the Call node less special 2024-12-19 10:48:05 +01:00
ty.rs handling comptime known match 2024-12-17 19:01:01 +01:00
utils.rs fixing an incredible edge case 2024-12-16 14:27:23 +01:00