Skip to content

Commit

Permalink
Changes to fix ambiguity in Z grammar, and unnecessary "using" in lua. (
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 authored Feb 4, 2025
1 parent 83cb847 commit 5c1c9ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lua/CSharp/LuaLexerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Collections.Specialized;
using System.IO;
using Antlr4.Runtime;
using Microsoft.Build.Utilities;

public abstract class LuaLexerBase : Lexer
{
Expand Down
1 change: 1 addition & 0 deletions z/desc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<desc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../_scripts/desc.xsd">
<antlr-version>^4.7</antlr-version>
<targets>Java</targets>
<grammar-name>Z</grammar-name>
</desc>

0 comments on commit 5c1c9ed

Please sign in to comment.