uni

University stuff
git clone git://git.margiolis.net/uni.git
Log | Files | Refs | README | LICENSE

input.txt (179B)


      1 (printout "hello" "hello")
      2 (bind ?var 1)
      3 (bind ?var (+ 1 2))
      4 (test (= 1 2))
      5 (= 1 (+ 2 3))
      6 
      7 (defrule move-up
      8 	(+ 1 2)
      9 	(- 1 (+ 1 (* 1 2)))
     10 	(test (= 1 2))
     11 	->
     12 	(printout "hello"))