Skip to content

Fix float hex literal support

120c47b
Select commit
Loading
Failed to load commit list.
Draft

Add support for hex literals #190

Fix float hex literal support
120c47b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 24, 2026 in 0s

80.00% of diff hit (target 27.99%)

View this Pull Request on Codecov

80.00% of diff hit (target 27.99%)

Annotations

Check warning on line 945 in ast/node_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ast/node_builder.go#L945

Added line #L945 was not covered by tests

Check warning on line 948 in ast/node_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ast/node_builder.go#L948

Added line #L948 was not covered by tests

Check warning on line 293 in ast/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ast/types.go#L293

Added line #L293 was not covered by tests

Check warning on line 35 in lib/int/runtime/int.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/int/runtime/int.go#L35

Added line #L35 was not covered by tests

Check warning on line 268 in semantics/type_resolver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantics/type_resolver.go#L266-L268

Added lines #L266 - L268 were not covered by tests

Check warning on line 803 in semantics/type_resolver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantics/type_resolver.go#L803

Added line #L803 was not covered by tests

Check warning on line 920 in semantics/type_resolver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantics/type_resolver.go#L919-L920

Added lines #L919 - L920 were not covered by tests

Check warning on line 929 in semantics/type_resolver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantics/type_resolver.go#L928-L929

Added lines #L928 - L929 were not covered by tests