tab completion is still running with raw strings and that has to be fixed in the future.
6 lines
101 B
C
6 lines
101 B
C
#pragma once
|
|
|
|
#include "Token.h"
|
|
|
|
BAN::ErrorOr<BAN::Vector<Token>> tokenize_string(BAN::StringView);
|