From 39dd0ea238fdcbdd3295d5ec9160e77a550521d7 Mon Sep 17 00:00:00 2001 From: Xircon Date: Sat, 1 Aug 2026 04:38:09 -0400 Subject: [PATCH] hello darkness my old friend. --- .gitattributes | 2 ++ src/generation.hxx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..181703a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.x linguist-language=XLang +*.md linguist-language=Markdown \ No newline at end of file diff --git a/src/generation.hxx b/src/generation.hxx index 5b3e90e..f9f6ecb 100644 --- a/src/generation.hxx +++ b/src/generation.hxx @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include "parser.hxx" @@ -156,5 +156,5 @@ private: const node::Prog m_prog; std::stringstream m_output; size_t m_stack_size = 0; - std::unordered_map m_vars {}; + std::map m_vars {}; }; \ No newline at end of file