mirror of
https://github.com/Cekis/SWG-ScriptConverter.git
synced 2026-09-12 23:45:00 -04:00
Add code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using ScriptConverter.Ast.Expressions;
|
||||
|
||||
namespace ScriptConverter.Parser.Parselets
|
||||
{
|
||||
interface IPrefixParselet
|
||||
{
|
||||
Expression Parse(ScriptParser parser, ScriptToken token);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user