Rust library and utilities for the Suzu language. https://suzu-lang.org
Find a file
2026-09-12 14:05:44 -07:00
.cargo Add LSP server for VSCode. 2026-07-26 14:57:44 -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 Fix no_std usage; set no_std default. 2026-09-12 14:05:44 -07:00
sz Fix sz resolver feeding, meta namespace collision. 2026-08-09 14:38:57 -07:00
szdb Fix no_std usage; set no_std default. 2026-09-12 14:05:44 -07:00
szh Improve meta handling. 2026-08-09 12:45:04 -07:00
szlsp Add LSP server for VSCode. 2026-07-26 14:57:44 -07:00
szun Fix no_std usage; set no_std default. 2026-09-12 14:05:44 -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 Fix no_std usage; set no_std default. 2026-09-12 14:05:44 -07:00
Cargo.toml Fix no_std usage; set no_std default. 2026-09-12 14:05:44 -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