Skip to content

Activity

Fix array and literal reference codegen

Zorbnpushed 1 commit to master • 4328530…dd89298 • 
on Sep 3, 2024

Don't copy iterables in for-in loops

Zorbnpushed 1 commit to master • abe5323…4328530 • 
on Sep 2, 2024

Add default arguments

Zorbnpushed 1 commit to master • 41dc587…abe5323 • 
on Sep 1, 2024

Add test for mutual recursion

Zorbnpushed 1 commit to master • 5605b67…41dc587 • 
on Sep 1, 2024

Only type/codegen methods from other files when needed

Zorbnpushed 1 commit to master • 3452139…5605b67 • 
on Sep 1, 2024

Fix pointer type precedence

Zorbnpushed 1 commit to master • 6a12bc3…3452139 • 
on Jun 8, 2024

Fix generated error traces skipping too many calls

Zorbnpushed 1 commit to master • 7542789…6a12bc3 • 
on Jun 2, 2024

Fix cast precedence and MSVC files with same name

Zorbnpushed 1 commit to master • bd30403…7542789 • 
on Jun 2, 2024

Improve array type hints and codegen

Zorbnpushed 1 commit to master • 264f827…bd30403 • 
on Jun 2, 2024

Add standard list

Zorbnpushed 1 commit to master • 12405fe…264f827 • 
on Jun 2, 2024

Don't generate unnecessary parens around binops

Zorbnpushed 1 commit to master • a768705…12405fe • 
on Jun 2, 2024

Fix binary op precedence

Zorbnpushed 1 commit to master • 8d16d18…a768705 • 
on Jun 1, 2024

Require int types for some operators

Zorbnpushed 1 commit to master • c203d6f…8d16d18 • 
on Jun 1, 2024

Correctly highlight expressions in string interpolations

Zorbnpushed 1 commit to master • a4fcca4…c203d6f • 
on Jun 1, 2024

Fix string interpolation test

Zorbnpushed 1 commit to master • 4ea7f13…a4fcca4 • 
on Jun 1, 2024

No ToString on pointers

Zorbnpushed 1 commit to master • f0a15b5…4ea7f13 • 
on Jun 1, 2024

Add StringView back

Zorbnpushed 1 commit to master • 6ac5791…f0a15b5 • 
on Jun 1, 2024

Provide better error messages for string interpolation

Zorbnpushed 1 commit to master • d0135e0…6ac5791 • 
on Jun 1, 2024

Start string interpolation

Zorbnpushed 1 commit to master • df9f810…d0135e0 • 
on Jun 1, 2024

Update string notes

Zorbnpushed 1 commit to master • f610049…df9f810 • 
on May 29, 2024

Add standard methods to primitive types

Zorbnpushed 1 commit to master • f65561d…f610049 • 
on May 29, 2024

Allow methods to be defined for primitives

Zorbnpushed 1 commit to master • 3976715…f65561d • 
on May 28, 2024

Fix hex numbers not allowing valid digits

Zorbnpushed 1 commit to master • 127d1a5…3976715 • 
on May 28, 2024

Add hexadecimal literals

Zorbnpushed 1 commit to master • 5080959…127d1a5 • 
on May 28, 2024

Improve generic specifier highlighting

Zorbnpushed 1 commit to master • 8e8abd4…5080959 • 
on May 27, 2024

Add error bucket to deduplicate errors

Zorbnpushed 1 commit to master • 88380c1…8e8abd4 • 
on May 27, 2024

Type check switch statements

Zorbnpushed 1 commit to master • c71f07a…88380c1 • 
on May 27, 2024

Allow explicit typing in for loops

Zorbnpushed 1 commit to master • 0ab3445…c71f07a • 
on May 27, 2024

Adjust what is considered an operator by syntax highlighter

Zorbnpushed 1 commit to master • f13b7c5…0ab3445 • 
on May 27, 2024

Fix for-in todos

Zorbnpushed 1 commit to master • 9c72e9b…f13b7c5 • 
on May 27, 2024