.. |
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
|
Update documentation
|
2025-07-28 21:23:51 +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
|
Fix linking associated functions, fix other examples
|
2025-07-28 22:02:49 +03:00 |
char.reid
|
Rename reid_src to examples
|
2025-07-22 23:50:01 +03:00 |
cpu_raytracer.reid
|
Add part of Ray Tracing in One Weekend as an example
|
2025-07-28 19:22:41 +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
|
Fix nullptr type
|
2025-07-28 01:47:43 +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
|
Improve type inferrence for binops
|
2025-07-28 13:02:02 +03:00 |
macro_easy_file.txt
|
Change macro pass workflow a little bit
|
2025-07-28 22:57:06 +03:00 |
macro_easy.reid
|
Change macro pass workflow a little bit
|
2025-07-28 22:57:06 +03:00 |
mutable.reid
|
Rename reid_src to examples
|
2025-07-22 23:50:01 +03:00 |
or_bitwise.reid
|
Improve type inferrence for binops
|
2025-07-28 13:02:02 +03:00 |
ptr_hard.reid
|
Fix deref expecting a codegenptr and not borrow
|
2025-07-24 01:51:44 +03:00 |
ptr.reid
|
Fix linking associated functions, fix other examples
|
2025-07-28 22:02:49 +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 |
test.reid
|
Add parsing for bitwise or/and, xor and bitshifts
|
2025-07-28 11:53:50 +03:00 |
testmod.reid
|
Fix bug in custom binops where their return types aren't inferred
|
2025-07-26 14:01:53 +03:00 |