Rust library and utilities for the Suzu language. https://suzu-lang.org
Find a file
2026-08-05 14:02:43 -07:00
.cargo Add LSP server for VSCode. 2026-07-26 14:57:44 -07:00
db Implement foundations of generics. 2026-04-26 23:11:15 -07:00
docs Add code samples; start on schema templating. 2026-03-04 12:51:51 -08:00
proc Intermediate changes. 2026-07-19 14:47:09 -07:00
suzu Improve local variable handling for flow expressions. 2026-08-05 14:02:43 -07:00
sz Gate debug prints behind debug feature. 2026-07-25 11:23:01 -07:00
szh Add token classes to highlighter. 2026-08-02 22:09:17 -07:00
szlsp Add LSP server for VSCode. 2026-07-26 14:57:44 -07:00
szun Update byte code plans; fix resolver issue. 2026-07-22 23:09:26 -07:00
vscode Add LSP server for VSCode. 2026-07-26 14:57:44 -07:00
.gitignore Initialize repository. 2026-01-03 20:40:32 -08:00
Cargo.lock Add namespace handling for function, reference, local variable. 2026-08-03 12:33:16 -07:00
Cargo.toml Split szh into library. 2026-07-26 15:18:21 -07:00
LICENSE.md Add license files; package syntax highlighting. 2026-05-02 19:38:48 -07:00
main.suzu Fix schema defer identifier. 2026-07-25 15:16:00 -07:00
README.md Add README. 2026-01-03 22:56:34 -08:00

Suzu Language

Projects

  • suzu—suzu compiler/runtime
  • szun—dynamic data typing
  • sz—stand-alone compiler