Skip to content

Instantly share code, notes, and snippets.

View kaymccormick's full-sized avatar
🎯
Focusing

Kay McCormick kaymccormick

🎯
Focusing
View GitHub Profile
import * as Py from "../src/Py";
let __docformat__: any;
let sys: any;
let re: any;
let FunctionType: any;
let MethodType: any;
let nodes: any;
let statemachine: any;
let utils: any;
let ApplicationError: any;
@kaymccormick
kaymccormick / ConsoleDumpWalker.cs
Created February 13, 2020 01:06
Syntax Tree Dumper using Roslyn SyntaxWalker
using System;
using System.Linq;
using Roslyn.Compilers.CSharp;
namespace RoslynApp
{
public static class SyntaxTreeExtensions
{
public static void Dump(this SyntaxTree tree)