]> gitweb.factorcode.org Git - factor.git/blob - extra/llvm/examples/kaleidoscope/kaleidoscope-tests.factor
Switch to https urls
[factor.git] / extra / llvm / examples / kaleidoscope / kaleidoscope-tests.factor
1 ! Copyright (C) 2017 Björn Lindqvist
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: llvm.examples.kaleidoscope tools.test ;
4 IN: llvm.examples.kaleidoscope.tests
5
6
7 {
8     V{ T{ ast-binop { lhs 3 } { rhs 4 } { operator "+" } } }
9 } [
10     "3 + 4" parse-kaleidoscope
11 ] unit-test