From 10174ffc7ea08b7845dbe409a11811e820536468 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 15 Dec 2012 07:06:22 +0000 Subject: Compile constructors as LLVM struct types. Use LLVM type names instead of hyper verbose literal types in more places in general. More work on quoting. git-svn-id: http://svn.drobilla.net/resp/trunk@439 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index c5ee607..52e2a99 100644 --- a/wscript +++ b/wscript @@ -116,3 +116,6 @@ def test(ctx): # Algebraic data types run_test('./test/match.resp', '12.0000 : Float') + + # Quoting + run_test('./test/quote.resp', '2 : Int') -- cgit v1.2.1