More cleanup
This commit is contained in:
parent
b23ba99ba4
commit
5f1914818e
@ -1,5 +1,4 @@
|
|||||||
using System.CommandLine;
|
using System.CommandLine;
|
||||||
using MycroForge.CLI;
|
|
||||||
using MycroForge.CLI.Extensions;
|
using MycroForge.CLI.Extensions;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Microsoft.Extensions.Hosting;
|
using Microsoft.Extensions.Hosting;
|
||||||
@ -22,29 +21,3 @@ catch(Exception e)
|
|||||||
{
|
{
|
||||||
Console.WriteLine(e.Message);
|
Console.WriteLine(e.Message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// using MycroForge.CLI.CodeGen;
|
|
||||||
// using MycroForge.Parsing;
|
|
||||||
//
|
|
||||||
// var src = new Tester().Rewrite();
|
|
||||||
// Console.WriteLine(src);
|
|
||||||
//
|
|
||||||
// class Tester : PythonSourceModifier
|
|
||||||
// {
|
|
||||||
// public Tester() : base(File.ReadAllText("scripts/user.py"))
|
|
||||||
// {
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// public override object? VisitAssignment(PythonParser.AssignmentContext context)
|
|
||||||
// {
|
|
||||||
// Console.WriteLine(GetOriginalText(context));
|
|
||||||
// return base.VisitAssignment(context);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
// using MycroForge.CLI.CodeGen;
|
|
||||||
// var src = new EntityModifier(await File.ReadAllTextAsync("scripts/user.py")).Rewrite();
|
|
||||||
// Console.WriteLine(src);
|
|
Loading…
Reference in New Issue
Block a user