Skip to content

Commit

Permalink
feat(abi): export baseparser
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Mar 22, 2024
1 parent dbd60bb commit ce005b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/Ark/Compiler/AST/BaseParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <utility>
#include <initializer_list>

#include <Ark/Platform.hpp>
#include <Ark/Compiler/AST/Predicates.hpp>
#include <Ark/Compiler/AST/utf8_char.hpp>

Expand All @@ -18,7 +19,7 @@ namespace Ark::internal
std::size_t col;
};

class BaseParser
class ARK_API BaseParser
{
public:
BaseParser() = default;
Expand Down

0 comments on commit ce005b6

Please sign in to comment.