reid-llvm/examples
2025-07-28 00:44:52 +03:00
..
arithmetic.reid Make hint be HintKind and not Option 2025-07-25 22:35:27 +03:00
array_short.reid Implement shorthand for array definition 2025-07-24 22:04:48 +03:00
array_structs.reid Add ability to specify variable types in let 2025-07-25 00:41:38 +03:00
array.reid Rename reid_src to examples 2025-07-22 23:50:01 +03:00
associated_functions_shorthand.reid Fix using self within self 2025-07-28 00:41:35 +03:00
associated_functions.reid Implement builtin associated alloca and nullptr 2025-07-27 20:46:17 +03:00
borrow_hard.reid Rename reid_src to examples 2025-07-22 23:50:01 +03:00
borrow.reid Improve deref parsing 2025-07-27 22:24:38 +03:00
cast.reid Check that tests always return a specific value 2025-07-23 19:33:58 +03:00
char.reid Rename reid_src to examples 2025-07-22 23:50:01 +03:00
custom_binop.reid Add codegen to custom binops 2025-07-24 15:03:05 +03:00
div_mod.reid Add div/mod parsing 2025-07-23 14:59:51 +03:00
fibonacci.reid Add hexadecimal numerics 2025-07-24 21:24:17 +03:00
float.reid Add ability to specify variable types in let 2025-07-25 00:41:38 +03:00
for_loops.reid Fix for loops causing issues together 2025-07-24 01:48:25 +03:00
hello_world_harder.reid Add free to String, update hello_world_harder 2025-07-28 00:44:52 +03:00
hello_world.reid Add Book of Reid 2025-07-27 01:20:37 +03:00
imported_type.reid Update readme, clean up a little 2025-07-26 14:04:24 +03:00
loop_hard.reid Add static allocator, fix loop_hard 2025-07-24 03:29:02 +03:00
loops.reid Fix two examples, break one 2025-07-23 23:06:18 +03:00
mutable.reid Rename reid_src to examples 2025-07-22 23:50:01 +03:00
ptr_hard.reid Fix deref expecting a codegenptr and not borrow 2025-07-24 01:51:44 +03:00
ptr.reid Add LDRunner 2025-07-23 18:57:56 +03:00
std_test.reid Fix two examples, break one 2025-07-23 23:06:18 +03:00
strings.reid Rename reid_src to examples 2025-07-22 23:50:01 +03:00
struct.reid Add Not-Unary 2025-07-25 23:40:57 +03:00
testmod.reid Fix bug in custom binops where their return types aren't inferred 2025-07-26 14:01:53 +03:00