Adds assignment to tables

This commit is contained in:
2018-11-19 16:22:13 +01:00
parent f4ae57c550
commit 7d551b6313
11 changed files with 176 additions and 57 deletions

View File

@@ -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)
{