Skip to content

Instantly share code, notes, and snippets.

using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Parsing.AntlrGen;
using Parsing.Syntax;
namespace Parsing.Compilation;
// CDScript uses '=' for both assignment and comparison
// so we need a way to determine what it means based on
// the external context
@ccbristo
ccbristo / Open PowerShell Macros.vb
Created April 5, 2013 17:57
A few VS macros to open powershell.
Option Infer On
Option Compare Text
Imports System
Imports EnvDTE
Imports EnvDTE80
Imports EnvDTE90
Imports EnvDTE90a
Imports EnvDTE100
Imports System.Diagnostics