Update Upsilon library

This commit is contained in:
Deukhoofd 2019-01-21 15:10:10 +01:00
parent 14b84ab4d8
commit 57b7fd1c69
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
8 changed files with 0 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -185,8 +185,6 @@ namespace UpsilonLanguageServer
private static readonly Regex TableMatcher = new Regex(@"table *\((?'catch'.*)\)", RegexOptions.IgnoreCase);
private static TypeContainer ParseType(string input)
{
if (input == null)
Debugger.Break();
input = input.Trim();
if (string.Equals(input, "string", StringComparison.InvariantCultureIgnoreCase))
return Type.String;