From 5b97b8036f71840128555dedf1f48930dd0ff5b3 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 7 Oct 2015 11:18:47 -0400 Subject: [PATCH] note --- remix/tests/simple.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remix/tests/simple.rkt b/remix/tests/simple.rkt index edbbc10..7fefb27 100644 --- a/remix/tests/simple.rkt +++ b/remix/tests/simple.rkt @@ -63,7 +63,8 @@ v7) ;; {} use C's precedence and considers the things you expect to be -;; operators +;; operators. there's a syntax-time struct property that allows you to +;; specify what you want the precedence of an operator to be. (def v-26 {2 * 3 - 48 / 4 - 4 * 5}) (module+ test