4#include "core/builtin/container/native/tnchain.inl"
17 srcFile(
const std::string& fileName,
const std::string& contents);
21 using super::prioritize;
25 str run(
const args& a)
override;
27 scope& subs()
override;
28 const std::string& getFileName()
const;
29 const std::string& getContents()
const;
32 std::string _fileName;
33 std::string _contents;
Function call arguments container.
Definition: args.hpp:13
Base class for all AST nodes in byeol language.
Definition: node.hpp:30
Source file representation.
Definition: srcFile.hpp:13
priorType
the lower value, the higher priority.
Definition: tpriorities.hpp:8