This commit is contained in:
agra
2026-02-18 15:59:49 +02:00
parent 2f5eb84259
commit 188ffed5af
13 changed files with 414 additions and 47 deletions

View File

@@ -992,12 +992,14 @@ pub const Server = struct {
.kw_and,
.kw_or,
.kw_null,
.kw_push,
.hash_run,
.hash_import,
.hash_insert,
.hash_builtin,
.hash_foreign,
.hash_library,
.hash_using,
=> ST.keyword,
.kw_f32, .kw_f64, .kw_Type => ST.type_,