#pragma once #include #include #include "devtools/syntax.hpp" namespace lua { bool is_lua_keyword(std::string_view view); std::vector tokenize( std::string_view file, std::string_view source ); }