Fixes for auxilary code + typo fix in ast.cpp

Needed the intellisense directive ifdef wrap.
This commit is contained in:
2023-08-29 00:03:08 -04:00
parent a4d9a63d71
commit c4c308c8ba
5 changed files with 12 additions and 74 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include "gen.hpp"
#ifdef GEN_INTELLISENSE_DIRECTIVES
# pragma once
# include "gen.hpp"
#endif
// This is a simple file reader that reads the entire file into memory.
// It has an extra option to skip the first few lines for undesired includes.