Make parser optional.

This commit is contained in:
2026-08-20 13:12:48 +01:00
parent 3a41af01f9
commit 1489b08d57
6 changed files with 73 additions and 69 deletions
+1
View File
@@ -15,6 +15,7 @@ struct BEd {
internal::commands::Command eof_op;
std::array<std::optional<internal::commands::Suffix>, 26> suffixes;
internal::theme::Theme theme;
std::unordered_map<std::string, internal::syntax::Language> languages;
bool help_mode = false;
std::string last_help = "";