luau/Ast/include/lluz/Confusables.h
2022-07-30 22:29:41 -05:00

9 lines
219 B
C++

// This file is part of the lluz programming language and is licensed under MIT License; see LICENSE.txt for details
#pragma once
#include <stdint.h>
namespace lluz
{
const char* findConfusable(uint32_t codepoint);
}