![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
#include <CodeErrorContext.hpp>
Public Member Functions | |
CodeErrorContext (std::string filename_, const internal::FileSpan &pos) | |
CodeErrorContext (std::string filename_, const internal::FileSpan &pos, const bool from_macro_expansion) | |
Public Attributes | |
const std::string | filename |
const internal::FileSpan | at |
const bool | is_macro_expansion = false |
Definition at line 21 of file CodeErrorContext.hpp.
|
inline |
Definition at line 27 of file CodeErrorContext.hpp.
|
inline |
Definition at line 32 of file CodeErrorContext.hpp.
const internal::FileSpan Ark::CodeErrorContext::at |
Definition at line 24 of file CodeErrorContext.hpp.
Referenced by Ark::Diagnostics::generate().
const std::string Ark::CodeErrorContext::filename |
Definition at line 23 of file CodeErrorContext.hpp.
Referenced by Ark::Diagnostics::generate().
const bool Ark::CodeErrorContext::is_macro_expansion = false |
Definition at line 25 of file CodeErrorContext.hpp.