feat: Removed the server functionality

This commit is contained in:
2025-11-03 14:25:55 -07:00
parent b49a27f886
commit 474c5bc76f
17 changed files with 21 additions and 1070 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use std::collections::HashMap;
/// Render REPL prompt
///
/// The template comprises plain text and `{...}`.
/// The template comprises of plain text and `{...}`.
///
/// The syntax of `{...}`:
/// - `{var}` - When `var` has a value, replace `var` with the value and eval `template`