gotlin/internal/lang
2026-08-27 21:53:34 +02:00
..
ast.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
compiler_test.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
coroutines.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
coroutines_test.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
data_class_test.go Fix camel case JSON tags 2026-08-27 16:57:12 +02:00
diagnostics.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
diagnostics_test.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
effects.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
enum_test.go Use dot notation for enum variants 2026-08-27 18:05:28 +02:00
external_struct_test.go Expand Gotlin language and tooling 2026-08-27 01:46:57 +02:00
foreach.go Expand Gotlin language and tooling 2026-08-27 01:46:57 +02:00
foreach_test.go Expand Gotlin language and tooling 2026-08-27 01:46:57 +02:00
generate_go.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
generics_test.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
go_interop_test.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
go_types.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
go_types_test.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
hir.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
index_test.go Expand Gotlin language and tooling 2026-08-27 01:46:57 +02:00
json_decode_test.go Add structured coroutines and explicit error handling 2026-08-27 16:26:40 +02:00
lexer.go Use dot notation for enum variants 2026-08-27 18:05:28 +02:00
mapping.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
mapping_test.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
member_type_test.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
nullability_test.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
parser.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
pointer_test.go Expand Gotlin language and tooling 2026-08-27 01:46:57 +02:00
references_test.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
result_test.go Use dot notation for enum variants 2026-08-27 18:05:28 +02:00
semantics.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
sql.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
sql_expansion_test.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
sql_test.go Introduce typed semantic analysis pipeline 2026-08-27 19:28:24 +02:00
symbols.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
token.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
type_checker.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
type_refs.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00
types.go Infer coroutine effects automatically 2026-08-27 21:53:34 +02:00
types_test.go Move LSP semantics into typed analysis 2026-08-27 21:28:11 +02:00