diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-07 09:18:33 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-07 09:18:33 +0200 |
| commit | d8d943929c25151fd6a8aadd6ea4cdbd5065845a (patch) | |
| tree | 137147035caca99ed27431039b65b9ab61546d35 /dev/LibCompiler/Parser.h | |
| parent | 23d3e00324b7f691a893df7e73462b9b73c03a4f (diff) | |
feat(LibCompiler): Reworking architecture to integrate the Arch() method in the AssemblyInterface.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Parser.h')
| -rw-r--r-- | dev/LibCompiler/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/Parser.h b/dev/LibCompiler/Parser.h index 64c46d6..6baff7e 100644 --- a/dev/LibCompiler/Parser.h +++ b/dev/LibCompiler/Parser.h @@ -26,7 +26,7 @@ class ICompilerFrontend { //! @brief Compile a syntax tree ouf of the text. //! Also takes the source file name for metadata. - virtual bool Compile(std::string text, const std::string file) = 0; + virtual bool Compile(std::string text, std::string file) = 0; //! @brief What language are we dealing with? virtual const char* Language() { return kInvalidFrontend; } |
