conlang: add lang items, remove Empty, and shuffle typeck

This commit is contained in:
2025-09-15 10:45:14 -04:00
parent ead1f351a7
commit f41e5fc49a
26 changed files with 172 additions and 154 deletions

View File

@@ -1,5 +1,8 @@
//! Implements format string evaluation in weak Conlang
fn f(__fmt: str) -> str {
/// Formats a string
fn f(__fmt: &str) -> &str {
let __out = "";
let __expr = "";
let __label = "";