Adds assignment to tables
This commit is contained in:
@@ -34,6 +34,10 @@ namespace Upsilon
|
||||
{
|
||||
LogError($"Invalid character found. Expected: '{expectedToken}'", location);
|
||||
}
|
||||
public void LogBadCharacter(TextSpan location)
|
||||
{
|
||||
LogError($"Invalid character found.", location);
|
||||
}
|
||||
|
||||
public void LogUnknownVariable(TextSpan span, string variable)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user