mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-08-02 08:35:32 +00:00
Add better error message
This commit is contained in:
@@ -281,6 +281,10 @@ namespace Tesses::CrossLang {
|
||||
{
|
||||
instrs.push_back(std::make_shared<SimpleChunkInstruction>(NOP));
|
||||
}
|
||||
else if(name == "lineinfo")
|
||||
{
|
||||
instrs.push_back(std::make_shared<SimpleChunkInstruction>(LINEINFO));
|
||||
}
|
||||
else if(name == "pushclosure")
|
||||
{
|
||||
auto closure = std::make_shared<ClosureChunkInstruction>(true);
|
||||
|
||||
Reference in New Issue
Block a user