From 831896f844453ba09c9e6cbfe7d29f6d44282632 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Mon, 7 Aug 2017 16:06:58 -0700 Subject: Starting to add intermediate representation (IR) Right now none of this is hooked up, but I want to get things checked in incrementally rather than have along long-lived branches. - Added placeholder declarations for IR representation of instructions, basic blocks, etc. - Start adding a `lower-to-ir` pass to translate from AST representation to IR Again: none of this is functional, so it shouldn't mess with existing users of the compiler. --- source/slang/slang.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/slang/slang.vcxproj') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index a212d96ec..94a6004e0 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -172,8 +172,10 @@ + + @@ -203,8 +205,10 @@ + + -- cgit v1.2.3